Html Css Color HEX #A29DEE Wistful

📋 copy color: '#A29DEE'

red 162 ◦ green 157 ◦ blue 238

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

Shades of Wistful #A29DEE

Tints of Wistful #A29DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 29.08%
G = 28.19%
B = 42.73%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A29DEE (or 0xA29DEE) is known color: Wistful. HEX triplet: A2, 9D and EE. RGB value is (162,157,238). Sum of RGB (Red+Green+Blue) = 162+157+238=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 157 (61.72% from 255 or 28.19% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #A29DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29DEE is #5D6211. Grayscale: #A7A7A7. Windows color (decimal): -6119954 or 15637922. OLE color: 15637922.

HSL color Cylindrical-coordinate representation of color #A29DEE: hue angle of 243.7º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A29DEE is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 162 157 238 -
CMYK 0.32 0.34 0 0.07
HSL 243.7º 0.7% 0.77% -
HSV(B) 243.7º 0.34% 0.93% -
XYZ 42.39 37.97 85.98 -
YUV 167.73 167.66 123.91 -
System Red Green Blue C M Y K H S L
Decimal 162 157 238 0.32 0.34 0 0.07 243.7 0.7 0.77
Hex A2 9D EE 20 22 0 7 F4 46 4D
Octal 242 235 356 40 42 0 7 364 106 115
Binary 10100010 10011101 11101110 100000 100010 0 111 11110100 1000110 1001101

Color Harmonies of #A29DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29DEE

Black with #A29DEE

Text Example


Text Example

White with #A29DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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