Html Css Color HEX #A99DB9 Cold Purple

📋 copy color: '#A99DB9'

red 169 ◦ green 157 ◦ blue 185

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

Shades of Cold Purple #A99DB9

Tints of Cold Purple #A99DB9

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

 BLUE value IS 185 (72.66% from 255) = 36.2%

R = 33.07%
G = 30.72%
B = 36.2%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A99DB9 (or 0xA99DB9) is known color: Cold Purple. HEX triplet: A9, 9D and B9. RGB value is (169,157,185). Sum of RGB (Red+Green+Blue) = 169+157+185=511 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.07% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 185 - color contains mainly: blue. Hex color #A99DB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DB9 is #566246. Grayscale: #A3A3A3. Windows color (decimal): -5661255 or 12164521. OLE color: 12164521.

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

Color convert

RGB 169 157 185 -
CMYK 0.09 0.15 0 0.27
HSL 265.71º 0.17% 0.67% -
HSV(B) 265.71º 0.15% 0.73% -
XYZ 37.18 36.05 50.9 -
YUV 163.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 169 157 185 0.09 0.15 0 0.27 265.71 0.17 0.67
Hex A9 9D B9 9 F 0 1B 10A 11 43
Octal 251 235 271 11 17 0 33 412 21 103
Binary 10101001 10011101 10111001 1001 1111 0 11011 100001010 10001 1000011

Color Harmonies of #A99DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DB9

Black with #A99DB9

Text Example


Text Example

White with #A99DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DB9; }

 p { color: rgb(169,157,185); }

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

background-color css

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

 a { background-color: rgb(169,157,185); }

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

border-color css

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

 span { border-color: rgb(169,157,185); }

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