Html Css Color HEX #A499BE Cold Purple

📋 copy color: '#A499BE'

red 164 ◦ green 153 ◦ blue 190

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

Shades of Cold Purple #A499BE

Tints of Cold Purple #A499BE

RGB

 RED value IS 164 (64.45% from 255) = 32.35%

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

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

R = 32.35%
G = 30.18%
B = 37.48%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A499BE (or 0xA499BE) is known color: Cold Purple. HEX triplet: A4, 99 and BE. RGB value is (164,153,190). Sum of RGB (Red+Green+Blue) = 164+153+190=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 190 - color contains mainly: blue. Hex color #A499BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A499BE is #5B6641. Grayscale: #A0A0A0. Windows color (decimal): -5989954 or 12491172. OLE color: 12491172.

HSL color Cylindrical-coordinate representation of color #A499BE: hue angle of 257.84º 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 #A499BE is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 153 190 -
CMYK 0.14 0.19 0 0.25
HSL 257.84º 0.22% 0.67% -
HSV(B) 257.84º 0.19% 0.75% -
XYZ 36 34.39 53.46 -
YUV 160.51 144.64 130.49 -
System Red Green Blue C M Y K H S L
Decimal 164 153 190 0.14 0.19 0 0.25 257.84 0.22 0.67
Hex A4 99 BE E 13 0 19 102 16 43
Octal 244 231 276 16 23 0 31 402 26 103
Binary 10100100 10011001 10111110 1110 10011 0 11001 100000010 10110 1000011

Color Harmonies of #A499BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499BE

Black with #A499BE

Text Example


Text Example

White with #A499BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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