Html Css Color HEX #A09EDE Wistful

📋 copy color: '#A09EDE'

red 160 ◦ green 158 ◦ blue 222

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

Shades of Wistful #A09EDE

Tints of Wistful #A09EDE

RGB

 RED value IS 160 (62.89% from 255) = 29.63%

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

 BLUE value IS 222 (87.11% from 255) = 41.11%

R = 29.63%
G = 29.26%
B = 41.11%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A09EDE (or 0xA09EDE) is known color: Wistful. HEX triplet: A0, 9E and DE. RGB value is (160,158,222). Sum of RGB (Red+Green+Blue) = 160+158+222=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #A09EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EDE is #5F6121. Grayscale: #A5A5A5. Windows color (decimal): -6250786 or 14589600. OLE color: 14589600.

HSL color Cylindrical-coordinate representation of color #A09EDE: hue angle of 241.88º degrees, saturation: 0.49, 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 #A09EDE is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 158 222 -
CMYK 0.28 0.29 0 0.13
HSL 241.88º 0.49% 0.75% -
HSV(B) 241.88º 0.29% 0.87% -
XYZ 39.91 37.2 74.18 -
YUV 165.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 160 158 222 0.28 0.29 0 0.13 241.88 0.49 0.75
Hex A0 9E DE 1C 1D 0 D F2 31 4B
Octal 240 236 336 34 35 0 15 362 61 113
Binary 10100000 10011110 11011110 11100 11101 0 1101 11110010 110001 1001011

Color Harmonies of #A09EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EDE

Black with #A09EDE

Text Example


Text Example

White with #A09EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EDE; }

 p { color: rgb(160,158,222); }

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

background-color css

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

 a { background-color: rgb(160,158,222); }

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

border-color css

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

 span { border-color: rgb(160,158,222); }

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