Html Css Color HEX #A49ACE Wistful

📋 copy color: '#A49ACE'

red 164 ◦ green 154 ◦ blue 206

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

Shades of Wistful #A49ACE

Tints of Wistful #A49ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.31%

R = 31.3%
G = 29.39%
B = 39.31%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A49ACE (or 0xA49ACE) is known color: Wistful. HEX triplet: A4, 9A and CE. RGB value is (164,154,206). Sum of RGB (Red+Green+Blue) = 164+154+206=524 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.30% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #A49ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ACE is #5B6531. Grayscale: #A2A2A2. Windows color (decimal): -5989682 or 13540004. OLE color: 13540004.

HSL color Cylindrical-coordinate representation of color #A49ACE: hue angle of 251.54º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A49ACE is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 154 206 -
CMYK 0.20 0.25 0 0.19
HSL 251.54º 0.35% 0.71% -
HSV(B) 251.54º 0.25% 0.81% -
XYZ 38.01 35.46 63.23 -
YUV 162.92 152.31 128.77 -
System Red Green Blue C M Y K H S L
Decimal 164 154 206 0.20 0.25 0 0.19 251.54 0.35 0.71
Hex A4 9A CE 14 19 0 13 FC 23 47
Octal 244 232 316 24 31 0 23 374 43 107
Binary 10100100 10011010 11001110 10100 11001 0 10011 11111100 100011 1000111

Color Harmonies of #A49ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49ACE

Black with #A49ACE

Text Example


Text Example

White with #A49ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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