Html Css Color HEX #A89ABB Cold Purple

📋 copy color: '#A89ABB'

red 168 ◦ green 154 ◦ blue 187

#A89ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cold Purple #A89ABB

Tints of Cold Purple #A89ABB

RGB

 RED value IS 168 (66.02% from 255) = 33.01%

 GREEN value IS 154 (60.55% from 255) = 30.26%

 BLUE value IS 187 (73.44% from 255) = 36.74%

R = 33.01%
G = 30.26%
B = 36.74%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A89ABB (or 0xA89ABB) is known color: Cold Purple. HEX triplet: A8, 9A and BB. RGB value is (168,154,187). Sum of RGB (Red+Green+Blue) = 168+154+187=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #A89ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ABB is #576544. Grayscale: #A1A1A1. Windows color (decimal): -5727557 or 12294824. OLE color: 12294824.

HSL color Cylindrical-coordinate representation of color #A89ABB: hue angle of 265.45º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A89ABB is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 154 187 -
CMYK 0.10 0.18 0 0.27
HSL 265.45º 0.2% 0.67% -
HSV(B) 265.45º 0.18% 0.73% -
XYZ 36.67 35.02 51.84 -
YUV 161.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 168 154 187 0.10 0.18 0 0.27 265.45 0.2 0.67
Hex A8 9A BB A 12 0 1B 109 14 43
Octal 250 232 273 12 22 0 33 411 24 103
Binary 10101000 10011010 10111011 1010 10010 0 11011 100001001 10100 1000011

Color Harmonies of #A89ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89ABB

Black with #A89ABB

Text Example


Text Example

White with #A89ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89ABB; }

 p { color: rgb(168,154,187); }

 H1.HeaderClassName
 {
   color: #A89ABB;
 }
 .AnyTagClassName
 {
   color: #A89ABB;
 }
</style>

background-color css

<style>
 a { background-color: #A89ABB; }

 a { background-color: rgb(168,154,187); }

 div.DivClassName
 {
   background-color: #A89ABB;
 }
 .BgClassName
 {
   background-color: #A89ABB;
 }
</style>

border-color css

<style>
 span { border-color: #A89ABB; }

 span { border-color: rgb(168,154,187); }

 td.TdClassName
 {
   border-color: #A89ABB;
 }
 .TagClassName
 {
   border-color: #A89ABB;
 }
</style>