Html Css Color HEX #A99BBC Cold Purple

📋 copy color: '#A99BBC'

red 169 ◦ green 155 ◦ blue 188

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

Shades of Cold Purple #A99BBC

Tints of Cold Purple #A99BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.72%

R = 33.01%
G = 30.27%
B = 36.72%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A99BBC (or 0xA99BBC) is known color: Cold Purple. HEX triplet: A9, 9B and BC. RGB value is (169,155,188). Sum of RGB (Red+Green+Blue) = 169+155+188=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #A99BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BBC is #566443. Grayscale: #A2A2A2. Windows color (decimal): -5661764 or 12360617. OLE color: 12360617.

HSL color Cylindrical-coordinate representation of color #A99BBC: hue angle of 265.45º 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 #A99BBC is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 169 155 188 -
CMYK 0.10 0.18 0 0.26
HSL 265.45º 0.2% 0.67% -
HSV(B) 265.45º 0.18% 0.74% -
XYZ 37.16 35.51 52.47 -
YUV 162.95 142.14 132.32 -
System Red Green Blue C M Y K H S L
Decimal 169 155 188 0.10 0.18 0 0.26 265.45 0.2 0.67
Hex A9 9B BC A 12 0 1A 109 14 43
Octal 251 233 274 12 22 0 32 411 24 103
Binary 10101001 10011011 10111100 1010 10010 0 11010 100001001 10100 1000011

Color Harmonies of #A99BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99BBC

Black with #A99BBC

Text Example


Text Example

White with #A99BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99BBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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