Html Css Color HEX #A89ABE Cold Purple

📋 copy color: '#A89ABE'

red 168 ◦ green 154 ◦ blue 190

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

Shades of Cold Purple #A89ABE

Tints of Cold Purple #A89ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 32.81%
G = 30.08%
B = 37.11%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A89ABE (or 0xA89ABE) is known color: Cold Purple. HEX triplet: A8, 9A and BE. RGB value is (168,154,190). Sum of RGB (Red+Green+Blue) = 168+154+190=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #A89ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A89ABE is #576541. Grayscale: #A2A2A2. Windows color (decimal): -5727554 or 12491432. OLE color: 12491432.

HSL color Cylindrical-coordinate representation of color #A89ABE: hue angle of 263.33º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A89ABE is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 154 190 -
CMYK 0.12 0.19 0 0.25
HSL 263.33º 0.22% 0.67% -
HSV(B) 263.33º 0.19% 0.75% -
XYZ 37 35.15 53.55 -
YUV 162.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 168 154 190 0.12 0.19 0 0.25 263.33 0.22 0.67
Hex A8 9A BE C 13 0 19 107 16 43
Octal 250 232 276 14 23 0 31 407 26 103
Binary 10101000 10011010 10111110 1100 10011 0 11001 100000111 10110 1000011

Color Harmonies of #A89ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A89ABE

Black with #A89ABE

Text Example


Text Example

White with #A89ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A89ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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