Html Css Color HEX #A99ABE Cold Purple

📋 copy color: '#A99ABE'

red 169 ◦ green 154 ◦ blue 190

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

Shades of Cold Purple #A99ABE

Tints of Cold Purple #A99ABE

RGB

 RED value IS 169 (66.41% from 255) = 32.94%

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

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

R = 32.94%
G = 30.02%
B = 37.04%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A99ABE (or 0xA99ABE) is known color: Cold Purple. HEX triplet: A9, 9A and BE. RGB value is (169,154,190). Sum of RGB (Red+Green+Blue) = 169+154+190=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 154 (60.55% from 255 or 30.02% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 190 - color contains mainly: blue. Hex color #A99ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99ABE is #566541. Grayscale: #A2A2A2. Windows color (decimal): -5662018 or 12491433. OLE color: 12491433.

HSL color Cylindrical-coordinate representation of color #A99ABE: hue angle of 265º 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 #A99ABE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 154 190 -
CMYK 0.11 0.19 0 0.25
HSL 265º 0.22% 0.67% -
HSV(B) 265º 0.19% 0.75% -
XYZ 37.21 35.26 53.56 -
YUV 162.59 143.47 132.57 -
System Red Green Blue C M Y K H S L
Decimal 169 154 190 0.11 0.19 0 0.25 265 0.22 0.67
Hex A9 9A BE B 13 0 19 109 16 43
Octal 251 232 276 13 23 0 31 411 26 103
Binary 10101001 10011010 10111110 1011 10011 0 11001 100001001 10110 1000011

Color Harmonies of #A99ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99ABE

Black with #A99ABE

Text Example


Text Example

White with #A99ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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