Html Css Color HEX #A99CBC Cold Purple

📋 copy color: '#A99CBC'

red 169 ◦ green 156 ◦ blue 188

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

Shades of Cold Purple #A99CBC

Tints of Cold Purple #A99CBC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.41%

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

R = 32.94%
G = 30.41%
B = 36.65%

CMYK

 C value IS 0.10

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A99CBC (or 0xA99CBC) is known color: Cold Purple. HEX triplet: A9, 9C and BC. RGB value is (169,156,188). Sum of RGB (Red+Green+Blue) = 169+156+188=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 188 - color contains mainly: blue. Hex color #A99CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99CBC is #566343. Grayscale: #A3A3A3. Windows color (decimal): -5661508 or 12360873. OLE color: 12360873.

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

Color convert

RGB 169 156 188 -
CMYK 0.10 0.17 0 0.26
HSL 264.38º 0.19% 0.67% -
HSV(B) 264.38º 0.17% 0.74% -
XYZ 37.33 35.84 52.53 -
YUV 163.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 169 156 188 0.10 0.17 0 0.26 264.38 0.19 0.67
Hex A9 9C BC A 11 0 1A 108 13 43
Octal 251 234 274 12 21 0 32 410 23 103
Binary 10101001 10011100 10111100 1010 10001 0 11010 100001000 10011 1000011

Color Harmonies of #A99CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99CBC

Black with #A99CBC

Text Example


Text Example

White with #A99CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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