Html Css Color HEX #A29FED Wistful

📋 copy color: '#A29FED'

red 162 ◦ green 159 ◦ blue 237

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

Shades of Wistful #A29FED

Tints of Wistful #A29FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.47%

R = 29.03%
G = 28.49%
B = 42.47%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A29FED (or 0xA29FED) is known color: Wistful. HEX triplet: A2, 9F and ED. RGB value is (162,159,237). Sum of RGB (Red+Green+Blue) = 162+159+237=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 237 (92.97% from 255 or 42.47% from 558); Max value from RGB is 237 - color contains mainly: blue. Hex color #A29FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A29FED is #5D6012. Grayscale: #A8A8A8. Windows color (decimal): -6119443 or 15572898. OLE color: 15572898.

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

Color convert

RGB 162 159 237 -
CMYK 0.32 0.33 0 0.07
HSL 242.31º 0.68% 0.78% -
HSV(B) 242.31º 0.33% 0.93% -
XYZ 42.58 38.59 85.33 -
YUV 168.79 166.49 123.16 -
System Red Green Blue C M Y K H S L
Decimal 162 159 237 0.32 0.33 0 0.07 242.31 0.68 0.78
Hex A2 9F ED 20 21 0 7 F2 44 4E
Octal 242 237 355 40 41 0 7 362 104 116
Binary 10100010 10011111 11101101 100000 100001 0 111 11110010 1000100 1001110

Color Harmonies of #A29FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29FED

Black with #A29FED

Text Example


Text Example

White with #A29FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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