Html Css Color HEX #A29DCC Wistful

📋 copy color: '#A29DCC'

red 162 ◦ green 157 ◦ blue 204

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

Shades of Wistful #A29DCC

Tints of Wistful #A29DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 30.98%
G = 30.02%
B = 39.01%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A29DCC (or 0xA29DCC) is known color: Wistful. HEX triplet: A2, 9D and CC. RGB value is (162,157,204). Sum of RGB (Red+Green+Blue) = 162+157+204=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #A29DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DCC is #5D6233. Grayscale: #A3A3A3. Windows color (decimal): -6119988 or 13409698. OLE color: 13409698.

HSL color Cylindrical-coordinate representation of color #A29DCC: hue angle of 246.38º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A29DCC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 162 157 204 -
CMYK 0.21 0.23 0 0.2
HSL 246.38º 0.32% 0.71% -
HSV(B) 246.38º 0.23% 0.8% -
XYZ 37.86 36.15 62.11 -
YUV 163.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 162 157 204 0.21 0.23 0 0.2 246.38 0.32 0.71
Hex A2 9D CC 15 17 0 14 F6 20 47
Octal 242 235 314 25 27 0 24 366 40 107
Binary 10100010 10011101 11001100 10101 10111 0 10100 11110110 100000 1000111

Color Harmonies of #A29DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29DCC

Black with #A29DCC

Text Example


Text Example

White with #A29DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29DCC; }

 p { color: rgb(162,157,204); }

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

background-color css

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

 a { background-color: rgb(162,157,204); }

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

border-color css

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

 span { border-color: rgb(162,157,204); }

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