Html Css Color HEX #A29EDF Wistful

📋 copy color: '#A29EDF'

red 162 ◦ green 158 ◦ blue 223

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

Shades of Wistful #A29EDF

Tints of Wistful #A29EDF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.1%

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 29.83%
G = 29.1%
B = 41.07%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A29EDF (or 0xA29EDF) is known color: Wistful. HEX triplet: A2, 9E and DF. RGB value is (162,158,223). Sum of RGB (Red+Green+Blue) = 162+158+223=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 158 (62.11% from 255 or 29.10% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #A29EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29EDF is #5D6120. Grayscale: #A6A6A6. Windows color (decimal): -6119713 or 14655138. OLE color: 14655138.

HSL color Cylindrical-coordinate representation of color #A29EDF: hue angle of 243.69º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A29EDF is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 158 223 -
CMYK 0.27 0.29 0 0.13
HSL 243.69º 0.5% 0.75% -
HSV(B) 243.69º 0.29% 0.87% -
XYZ 40.45 37.46 74.91 -
YUV 166.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 162 158 223 0.27 0.29 0 0.13 243.69 0.5 0.75
Hex A2 9E DF 1B 1D 0 D F4 32 4B
Octal 242 236 337 33 35 0 15 364 62 113
Binary 10100010 10011110 11011111 11011 11101 0 1101 11110100 110010 1001011

Color Harmonies of #A29EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29EDF

Black with #A29EDF

Text Example


Text Example

White with #A29EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29EDF; }

 p { color: rgb(162,158,223); }

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

background-color css

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

 a { background-color: rgb(162,158,223); }

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

border-color css

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

 span { border-color: rgb(162,158,223); }

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