Html Css Color HEX #A29FD2 Wistful

📋 copy color: '#A29FD2'

red 162 ◦ green 159 ◦ blue 210

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

Shades of Wistful #A29FD2

Tints of Wistful #A29FD2

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.94%

 BLUE value IS 210 (82.42% from 255) = 39.55%

R = 30.51%
G = 29.94%
B = 39.55%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A29FD2 (or 0xA29FD2) is known color: Wistful. HEX triplet: A2, 9F and D2. RGB value is (162,159,210). Sum of RGB (Red+Green+Blue) = 162+159+210=531 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.51% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 210 (82.42% from 255 or 39.55% from 531); Max value from RGB is 210 - color contains mainly: blue. Hex color #A29FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FD2 is #5D602D. Grayscale: #A5A5A5. Windows color (decimal): -6119470 or 13803426. OLE color: 13803426.

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

Color convert

RGB 162 159 210 -
CMYK 0.23 0.24 0 0.18
HSL 243.53º 0.36% 0.72% -
HSV(B) 243.53º 0.24% 0.82% -
XYZ 38.93 37.13 66.09 -
YUV 165.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 162 159 210 0.23 0.24 0 0.18 243.53 0.36 0.72
Hex A2 9F D2 17 18 0 12 F4 24 48
Octal 242 237 322 27 30 0 22 364 44 110
Binary 10100010 10011111 11010010 10111 11000 0 10010 11110100 100100 1001000

Color Harmonies of #A29FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29FD2

Black with #A29FD2

Text Example


Text Example

White with #A29FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29FD2; }

 p { color: rgb(162,159,210); }

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

background-color css

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

 a { background-color: rgb(162,159,210); }

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

border-color css

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

 span { border-color: rgb(162,159,210); }

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