Html Css Color HEX #A29AC0 Wistful

📋 copy color: '#A29AC0'

red 162 ◦ green 154 ◦ blue 192

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

Shades of Wistful #A29AC0

Tints of Wistful #A29AC0

RGB

 RED value IS 162 (63.67% from 255) = 31.89%

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

 BLUE value IS 192 (75.39% from 255) = 37.8%

R = 31.89%
G = 30.31%
B = 37.8%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A29AC0 (or 0xA29AC0) is known color: Wistful. HEX triplet: A2, 9A and C0. RGB value is (162,154,192). Sum of RGB (Red+Green+Blue) = 162+154+192=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 192 (75.39% from 255 or 37.80% from 508); Max value from RGB is 192 - color contains mainly: blue. Hex color #A29AC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AC0 is #5D653F. Grayscale: #A0A0A0. Windows color (decimal): -6120768 or 12622498. OLE color: 12622498.

HSL color Cylindrical-coordinate representation of color #A29AC0: hue angle of 252.63º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A29AC0 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 154 192 -
CMYK 0.16 0.20 0 0.25
HSL 252.63º 0.23% 0.68% -
HSV(B) 252.63º 0.2% 0.75% -
XYZ 35.97 34.6 54.65 -
YUV 160.72 145.65 128.91 -
System Red Green Blue C M Y K H S L
Decimal 162 154 192 0.16 0.20 0 0.25 252.63 0.23 0.68
Hex A2 9A C0 10 14 0 19 FD 17 44
Octal 242 232 300 20 24 0 31 375 27 104
Binary 10100010 10011010 11000000 10000 10100 0 11001 11111101 10111 1000100

Color Harmonies of #A29AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29AC0

Black with #A29AC0

Text Example


Text Example

White with #A29AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29AC0; }

 p { color: rgb(162,154,192); }

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

background-color css

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

 a { background-color: rgb(162,154,192); }

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

border-color css

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

 span { border-color: rgb(162,154,192); }

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