Html Css Color HEX #A29DCD Wistful

📋 copy color: '#A29DCD'

red 162 ◦ green 157 ◦ blue 205

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

Shades of Wistful #A29DCD

Tints of Wistful #A29DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.12%

R = 30.92%
G = 29.96%
B = 39.12%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A29DCD (or 0xA29DCD) is known color: Wistful. HEX triplet: A2, 9D and CD. RGB value is (162,157,205). Sum of RGB (Red+Green+Blue) = 162+157+205=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 205 - color contains mainly: blue. Hex color #A29DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DCD is #5D6232. Grayscale: #A3A3A3. Windows color (decimal): -6119987 or 13475234. OLE color: 13475234.

HSL color Cylindrical-coordinate representation of color #A29DCD: hue angle of 246.25º 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 #A29DCD is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 157 205 -
CMYK 0.21 0.23 0 0.20
HSL 246.25º 0.32% 0.71% -
HSV(B) 246.25º 0.23% 0.8% -
XYZ 37.98 36.2 62.74 -
YUV 163.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 162 157 205 0.21 0.23 0 0.20 246.25 0.32 0.71
Hex A2 9D CD 15 17 0 14 F6 20 47
Octal 242 235 315 25 27 0 24 366 40 107
Binary 10100010 10011101 11001101 10101 10111 0 10100 11110110 100000 1000111

Color Harmonies of #A29DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29DCD

Black with #A29DCD

Text Example


Text Example

White with #A29DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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