Html Css Color HEX #A49CC3 Wistful

📋 copy color: '#A49CC3'

red 164 ◦ green 156 ◦ blue 195

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

Shades of Wistful #A49CC3

Tints of Wistful #A49CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 37.86%

R = 31.84%
G = 30.29%
B = 37.86%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A49CC3 (or 0xA49CC3) is known color: Wistful. HEX triplet: A4, 9C and C3. RGB value is (164,156,195). Sum of RGB (Red+Green+Blue) = 164+156+195=515 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.84% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 195 (76.56% from 255 or 37.86% from 515); Max value from RGB is 195 - color contains mainly: blue. Hex color #A49CC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49CC3 is #5B633C. Grayscale: #A2A2A2. Windows color (decimal): -5989181 or 12819620. OLE color: 12819620.

HSL color Cylindrical-coordinate representation of color #A49CC3: hue angle of 252.31º degrees, saturation: 0.25, 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 #A49CC3 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 156 195 -
CMYK 0.16 0.20 0 0.24
HSL 252.31º 0.25% 0.69% -
HSV(B) 252.31º 0.2% 0.76% -
XYZ 37.05 35.61 56.55 -
YUV 162.84 146.15 128.83 -
System Red Green Blue C M Y K H S L
Decimal 164 156 195 0.16 0.20 0 0.24 252.31 0.25 0.69
Hex A4 9C C3 10 14 0 18 FC 19 45
Octal 244 234 303 20 24 0 30 374 31 105
Binary 10100100 10011100 11000011 10000 10100 0 11000 11111100 11001 1000101

Color Harmonies of #A49CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49CC3

Black with #A49CC3

Text Example


Text Example

White with #A49CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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