Html Css Color HEX #A49ABE Cold Purple

📋 copy color: '#A49ABE'

red 164 ◦ green 154 ◦ blue 190

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

Shades of Cold Purple #A49ABE

Tints of Cold Purple #A49ABE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.31%

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

R = 32.28%
G = 30.31%
B = 37.4%

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

#A49ABE (or 0xA49ABE) is known color: Cold Purple. HEX triplet: A4, 9A and BE. RGB value is (164,154,190). Sum of RGB (Red+Green+Blue) = 164+154+190=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 190 - color contains mainly: blue. Hex color #A49ABE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ABE is #5B6541. Grayscale: #A0A0A0. Windows color (decimal): -5989698 or 12491428. OLE color: 12491428.

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

Color convert

RGB 164 154 190 -
CMYK 0.14 0.19 0 0.25
HSL 256.67º 0.22% 0.67% -
HSV(B) 256.67º 0.19% 0.75% -
XYZ 36.16 34.72 53.51 -
YUV 161.09 144.31 130.07 -
System Red Green Blue C M Y K H S L
Decimal 164 154 190 0.14 0.19 0 0.25 256.67 0.22 0.67
Hex A4 9A BE E 13 0 19 101 16 43
Octal 244 232 276 16 23 0 31 401 26 103
Binary 10100100 10011010 10111110 1110 10011 0 11001 100000001 10110 1000011

Color Harmonies of #A49ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49ABE

Black with #A49ABE

Text Example


Text Example

White with #A49ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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