Html Css Color HEX #A99BBD Cold Purple

📋 copy color: '#A99BBD'

red 169 ◦ green 155 ◦ blue 189

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

Shades of Cold Purple #A99BBD

Tints of Cold Purple #A99BBD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.21%

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

R = 32.94%
G = 30.21%
B = 36.84%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A99BBD (or 0xA99BBD) is known color: Cold Purple. HEX triplet: A9, 9B and BD. RGB value is (169,155,189). Sum of RGB (Red+Green+Blue) = 169+155+189=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 189 - color contains mainly: blue. Hex color #A99BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BBD is #566442. Grayscale: #A2A2A2. Windows color (decimal): -5661763 or 12426153. OLE color: 12426153.

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

Color convert

RGB 169 155 189 -
CMYK 0.11 0.18 0 0.26
HSL 264.71º 0.2% 0.67% -
HSV(B) 264.71º 0.18% 0.74% -
XYZ 37.27 35.55 53.04 -
YUV 163.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 169 155 189 0.11 0.18 0 0.26 264.71 0.2 0.67
Hex A9 9B BD B 12 0 1A 109 14 43
Octal 251 233 275 13 22 0 32 411 24 103
Binary 10101001 10011011 10111101 1011 10010 0 11010 100001001 10100 1000011

Color Harmonies of #A99BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BBD

Black with #A99BBD

Text Example


Text Example

White with #A99BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BBD; }

 p { color: rgb(169,155,189); }

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

background-color css

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

 a { background-color: rgb(169,155,189); }

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

border-color css

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

 span { border-color: rgb(169,155,189); }

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