Html Css Color HEX #A99FBA Cold Purple

📋 copy color: '#A99FBA'

red 169 ◦ green 159 ◦ blue 186

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

Shades of Cold Purple #A99FBA

Tints of Cold Purple #A99FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.93%

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 32.88%
G = 30.93%
B = 36.19%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A99FBA (or 0xA99FBA) is known color: Cold Purple. HEX triplet: A9, 9F and BA. RGB value is (169,159,186). Sum of RGB (Red+Green+Blue) = 169+159+186=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 186 - color contains mainly: blue. Hex color #A99FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99FBA is #566045. Grayscale: #A4A4A4. Windows color (decimal): -5660742 or 12230569. OLE color: 12230569.

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

Color convert

RGB 169 159 186 -
CMYK 0.09 0.15 0 0.27
HSL 262.22º 0.16% 0.68% -
HSV(B) 262.22º 0.15% 0.73% -
XYZ 37.62 36.78 51.57 -
YUV 165.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 169 159 186 0.09 0.15 0 0.27 262.22 0.16 0.68
Hex A9 9F BA 9 F 0 1B 106 10 44
Octal 251 237 272 11 17 0 33 406 20 104
Binary 10101001 10011111 10111010 1001 1111 0 11011 100000110 10000 1000100

Color Harmonies of #A99FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A99FBA

Black with #A99FBA

Text Example


Text Example

White with #A99FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A99FBA; }

 p { color: rgb(169,159,186); }

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

background-color css

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

 a { background-color: rgb(169,159,186); }

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

border-color css

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

 span { border-color: rgb(169,159,186); }

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