Html Css Color HEX #A89ABD Cold Purple

📋 copy color: '#A89ABD'

red 168 ◦ green 154 ◦ blue 189

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

Shades of Cold Purple #A89ABD

Tints of Cold Purple #A89ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 32.88%
G = 30.14%
B = 36.99%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A89ABD (or 0xA89ABD) is known color: Cold Purple. HEX triplet: A8, 9A and BD. RGB value is (168,154,189). Sum of RGB (Red+Green+Blue) = 168+154+189=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #A89ABD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ABD is #576542. Grayscale: #A2A2A2. Windows color (decimal): -5727555 or 12425896. OLE color: 12425896.

HSL color Cylindrical-coordinate representation of color #A89ABD: hue angle of 264º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A89ABD is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 154 189 -
CMYK 0.11 0.19 0 0.26
HSL 264º 0.21% 0.67% -
HSV(B) 264º 0.19% 0.74% -
XYZ 36.89 35.11 52.98 -
YUV 162.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 168 154 189 0.11 0.19 0 0.26 264 0.21 0.67
Hex A8 9A BD B 13 0 1A 108 15 43
Octal 250 232 275 13 23 0 32 410 25 103
Binary 10101000 10011010 10111101 1011 10011 0 11010 100001000 10101 1000011

Color Harmonies of #A89ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89ABD

Black with #A89ABD

Text Example


Text Example

White with #A89ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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