Html Css Color HEX #A999BF Cold Purple

📋 copy color: '#A999BF'

red 169 ◦ green 153 ◦ blue 191

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

Shades of Cold Purple #A999BF

Tints of Cold Purple #A999BF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.82%

 BLUE value IS 191 (75% from 255) = 37.23%

R = 32.94%
G = 29.82%
B = 37.23%

CMYK

 C value IS 0.12

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A999BF (or 0xA999BF) is known color: Cold Purple. HEX triplet: A9, 99 and BF. RGB value is (169,153,191). Sum of RGB (Red+Green+Blue) = 169+153+191=513 (67% of max value = 765). Red value is 169 (66.41% from 255 or 32.94% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 191 - color contains mainly: blue. Hex color #A999BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999BF is #566640. Grayscale: #A1A1A1. Windows color (decimal): -5662273 or 12556713. OLE color: 12556713.

HSL color Cylindrical-coordinate representation of color #A999BF: hue angle of 265.26º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A999BF is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 153 191 -
CMYK 0.12 0.20 0 0.25
HSL 265.26º 0.23% 0.67% -
HSV(B) 265.26º 0.2% 0.75% -
XYZ 37.16 34.98 54.08 -
YUV 162.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 169 153 191 0.12 0.20 0 0.25 265.26 0.23 0.67
Hex A9 99 BF C 14 0 19 109 17 43
Octal 251 231 277 14 24 0 31 411 27 103
Binary 10101001 10011001 10111111 1100 10100 0 11001 100001001 10111 1000011

Color Harmonies of #A999BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999BF

Black with #A999BF

Text Example


Text Example

White with #A999BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999BF; }

 p { color: rgb(169,153,191); }

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

background-color css

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

 a { background-color: rgb(169,153,191); }

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

border-color css

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

 span { border-color: rgb(169,153,191); }

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