Html Css Color HEX #A49DAE Cold Purple

📋 copy color: '#A49DAE'

red 164 ◦ green 157 ◦ blue 174

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

Shades of Cold Purple #A49DAE

Tints of Cold Purple #A49DAE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.72%

 BLUE value IS 174 (68.36% from 255) = 35.15%

R = 33.13%
G = 31.72%
B = 35.15%

CMYK

 C value IS 0.06

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A49DAE (or 0xA49DAE) is known color: Cold Purple. HEX triplet: A4, 9D and AE. RGB value is (164,157,174). Sum of RGB (Red+Green+Blue) = 164+157+174=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 157 (61.72% from 255 or 31.72% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 174 - color contains mainly: blue. Hex color #A49DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49DAE is #5B6251. Grayscale: #A0A0A0. Windows color (decimal): -5988946 or 11443620. OLE color: 11443620.

HSL color Cylindrical-coordinate representation of color #A49DAE: hue angle of 264.71º degrees, saturation: 0.09, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A49DAE is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 157 174 -
CMYK 0.06 0.10 0 0.32
HSL 264.71º 0.09% 0.65% -
HSV(B) 264.71º 0.1% 0.68% -
XYZ 35.01 35.06 44.97 -
YUV 161.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 164 157 174 0.06 0.10 0 0.32 264.71 0.09 0.65
Hex A4 9D AE 6 A 0 20 109 9 41
Octal 244 235 256 6 12 0 40 411 11 101
Binary 10100100 10011101 10101110 110 1010 0 100000 100001001 1001 1000001

Color Harmonies of #A49DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49DAE

Black with #A49DAE

Text Example


Text Example

White with #A49DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49DAE; }

 p { color: rgb(164,157,174); }

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

background-color css

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

 a { background-color: rgb(164,157,174); }

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

border-color css

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

 span { border-color: rgb(164,157,174); }

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