Html Css Color HEX #A49CC2 Wistful

📋 copy color: '#A49CC2'

red 164 ◦ green 156 ◦ blue 194

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

Shades of Wistful #A49CC2

Tints of Wistful #A49CC2

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.35%

 BLUE value IS 194 (76.17% from 255) = 37.74%

R = 31.91%
G = 30.35%
B = 37.74%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A49CC2 (or 0xA49CC2) is known color: Wistful. HEX triplet: A4, 9C and C2. RGB value is (164,156,194). Sum of RGB (Red+Green+Blue) = 164+156+194=514 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.91% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 194 (76.17% from 255 or 37.74% from 514); Max value from RGB is 194 - color contains mainly: blue. Hex color #A49CC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CC2 is #5B633D. Grayscale: #A2A2A2. Windows color (decimal): -5989182 or 12754084. OLE color: 12754084.

HSL color Cylindrical-coordinate representation of color #A49CC2: hue angle of 252.63º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A49CC2 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 156 194 -
CMYK 0.15 0.20 0 0.24
HSL 252.63º 0.24% 0.69% -
HSV(B) 252.63º 0.2% 0.76% -
XYZ 36.94 35.56 55.96 -
YUV 162.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 164 156 194 0.15 0.20 0 0.24 252.63 0.24 0.69
Hex A4 9C C2 F 14 0 18 FD 18 45
Octal 244 234 302 17 24 0 30 375 30 105
Binary 10100100 10011100 11000010 1111 10100 0 11000 11111101 11000 1000101

Color Harmonies of #A49CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49CC2

Black with #A49CC2

Text Example


Text Example

White with #A49CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49CC2; }

 p { color: rgb(164,156,194); }

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

background-color css

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

 a { background-color: rgb(164,156,194); }

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

border-color css

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

 span { border-color: rgb(164,156,194); }

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