Html Css Color HEX #A499B2 Cold Purple

📋 copy color: '#A499B2'

red 164 ◦ green 153 ◦ blue 178

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

Shades of Cold Purple #A499B2

Tints of Cold Purple #A499B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.96%

R = 33.13%
G = 30.91%
B = 35.96%

CMYK

 C value IS 0.08

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#A499B2 (or 0xA499B2) is known color: Cold Purple. HEX triplet: A4, 99 and B2. RGB value is (164,153,178). Sum of RGB (Red+Green+Blue) = 164+153+178=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 178 (69.92% from 255 or 35.96% from 495); Max value from RGB is 178 - color contains mainly: blue. Hex color #A499B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A499B2 is #5B664D. Grayscale: #9F9F9F. Windows color (decimal): -5989966 or 11704740. OLE color: 11704740.

HSL color Cylindrical-coordinate representation of color #A499B2: hue angle of 266.4º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A499B2 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 164 153 178 -
CMYK 0.08 0.14 0 0.30
HSL 266.4º 0.14% 0.65% -
HSV(B) 266.4º 0.14% 0.7% -
XYZ 34.74 33.89 46.83 -
YUV 159.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 164 153 178 0.08 0.14 0 0.30 266.4 0.14 0.65
Hex A4 99 B2 8 E 0 1E 10A E 41
Octal 244 231 262 10 16 0 36 412 16 101
Binary 10100100 10011001 10110010 1000 1110 0 11110 100001010 1110 1000001

Color Harmonies of #A499B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A499B2

Black with #A499B2

Text Example


Text Example

White with #A499B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A499B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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