Html Css Color HEX #A29DE6 Wistful

📋 copy color: '#A29DE6'

red 162 ◦ green 157 ◦ blue 230

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

Shades of Wistful #A29DE6

Tints of Wistful #A29DE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 29.51%
G = 28.6%
B = 41.89%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A29DE6 (or 0xA29DE6) is known color: Wistful. HEX triplet: A2, 9D and E6. RGB value is (162,157,230). Sum of RGB (Red+Green+Blue) = 162+157+230=549 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.51% from 549); Green value is 157 (61.72% from 255 or 28.60% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #A29DE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29DE6 is #5D6219. Grayscale: #A6A6A6. Windows color (decimal): -6119962 or 15113634. OLE color: 15113634.

HSL color Cylindrical-coordinate representation of color #A29DE6: hue angle of 244.11º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A29DE6 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 162 157 230 -
CMYK 0.30 0.32 0 0.10
HSL 244.11º 0.59% 0.76% -
HSV(B) 244.11º 0.32% 0.9% -
XYZ 41.24 37.51 79.93 -
YUV 166.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 162 157 230 0.30 0.32 0 0.10 244.11 0.59 0.76
Hex A2 9D E6 1E 20 0 A F4 3B 4C
Octal 242 235 346 36 40 0 12 364 73 114
Binary 10100010 10011101 11100110 11110 100000 0 1010 11110100 111011 1001100

Color Harmonies of #A29DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29DE6

Black with #A29DE6

Text Example


Text Example

White with #A29DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29DE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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