Html Css Color HEX #A99DBB Cold Purple

📋 copy color: '#A99DBB'

red 169 ◦ green 157 ◦ blue 187

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

Shades of Cold Purple #A99DBB

Tints of Cold Purple #A99DBB

RGB

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

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

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

R = 32.94%
G = 30.6%
B = 36.45%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A99DBB (or 0xA99DBB) is known color: Cold Purple. HEX triplet: A9, 9D and BB. RGB value is (169,157,187). Sum of RGB (Red+Green+Blue) = 169+157+187=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #A99DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99DBB is #566244. Grayscale: #A3A3A3. Windows color (decimal): -5661253 or 12295593. OLE color: 12295593.

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

Color convert

RGB 169 157 187 -
CMYK 0.10 0.16 0 0.27
HSL 264º 0.18% 0.67% -
HSV(B) 264º 0.16% 0.73% -
XYZ 37.39 36.14 52.02 -
YUV 164.01 140.98 131.56 -
System Red Green Blue C M Y K H S L
Decimal 169 157 187 0.10 0.16 0 0.27 264 0.18 0.67
Hex A9 9D BB A 10 0 1B 108 12 43
Octal 251 235 273 12 20 0 33 410 22 103
Binary 10101001 10011101 10111011 1010 10000 0 11011 100001000 10010 1000011

Color Harmonies of #A99DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99DBB

Black with #A99DBB

Text Example


Text Example

White with #A99DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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