Html Css Color HEX #A999BE Cold Purple

📋 copy color: '#A999BE'

red 169 ◦ green 153 ◦ blue 190

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

Shades of Cold Purple #A999BE

Tints of Cold Purple #A999BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 33.01%
G = 29.88%
B = 37.11%

CMYK

 C value IS 0.11

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A999BE (or 0xA999BE) is known color: Cold Purple. HEX triplet: A9, 99 and BE. RGB value is (169,153,190). Sum of RGB (Red+Green+Blue) = 169+153+190=512 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.01% from 512); Green value is 153 (60.16% from 255 or 29.88% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #A999BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A999BE is #566641. Grayscale: #A1A1A1. Windows color (decimal): -5662274 or 12491177. OLE color: 12491177.

HSL color Cylindrical-coordinate representation of color #A999BE: hue angle of 265.95º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A999BE is Cyan = 0.11, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 153 190 -
CMYK 0.11 0.19 0 0.25
HSL 265.95º 0.22% 0.67% -
HSV(B) 265.95º 0.19% 0.75% -
XYZ 37.05 34.94 53.51 -
YUV 162 143.8 132.99 -
System Red Green Blue C M Y K H S L
Decimal 169 153 190 0.11 0.19 0 0.25 265.95 0.22 0.67
Hex A9 99 BE B 13 0 19 10A 16 43
Octal 251 231 276 13 23 0 31 412 26 103
Binary 10101001 10011001 10111110 1011 10011 0 11001 100001010 10110 1000011

Color Harmonies of #A999BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A999BE

Black with #A999BE

Text Example


Text Example

White with #A999BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A999BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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