Html Css Color HEX #A29DD1 Wistful

📋 copy color: '#A29DD1'

red 162 ◦ green 157 ◦ blue 209

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

Shades of Wistful #A29DD1

Tints of Wistful #A29DD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.58%

R = 30.68%
G = 29.73%
B = 39.58%

CMYK

 C value IS 0.22

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A29DD1 (or 0xA29DD1) is known color: Wistful. HEX triplet: A2, 9D and D1. RGB value is (162,157,209). Sum of RGB (Red+Green+Blue) = 162+157+209=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 209 (82.03% from 255 or 39.58% from 528); Max value from RGB is 209 - color contains mainly: blue. Hex color #A29DD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DD1 is #5D622E. Grayscale: #A4A4A4. Windows color (decimal): -6119983 or 13737378. OLE color: 13737378.

HSL color Cylindrical-coordinate representation of color #A29DD1: hue angle of 245.77º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A29DD1 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 162 157 209 -
CMYK 0.22 0.25 0 0.18
HSL 245.77º 0.36% 0.72% -
HSV(B) 245.77º 0.25% 0.82% -
XYZ 38.47 36.4 65.32 -
YUV 164.42 153.16 126.27 -
System Red Green Blue C M Y K H S L
Decimal 162 157 209 0.22 0.25 0 0.18 245.77 0.36 0.72
Hex A2 9D D1 16 19 0 12 F6 24 48
Octal 242 235 321 26 31 0 22 366 44 110
Binary 10100010 10011101 11010001 10110 11001 0 10010 11110110 100100 1001000

Color Harmonies of #A29DD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29DD1

Black with #A29DD1

Text Example


Text Example

White with #A29DD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29DD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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