Html Css Color HEX #A09EE8 Wistful

📋 copy color: '#A09EE8'

red 160 ◦ green 158 ◦ blue 232

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

Shades of Wistful #A09EE8

Tints of Wistful #A09EE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.18%

R = 29.09%
G = 28.73%
B = 42.18%

CMYK

 C value IS 0.31

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A09EE8 (or 0xA09EE8) is known color: Wistful. HEX triplet: A0, 9E and E8. RGB value is (160,158,232). Sum of RGB (Red+Green+Blue) = 160+158+232=550 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.09% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 232 - color contains mainly: blue. Hex color #A09EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EE8 is #5F6117. Grayscale: #A6A6A6. Windows color (decimal): -6250776 or 15244960. OLE color: 15244960.

HSL color Cylindrical-coordinate representation of color #A09EE8: hue angle of 241.62º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A09EE8 is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 160 158 232 -
CMYK 0.31 0.32 0 0.09
HSL 241.62º 0.62% 0.76% -
HSV(B) 241.62º 0.32% 0.91% -
XYZ 41.29 37.75 81.45 -
YUV 167.03 164.66 122.98 -
System Red Green Blue C M Y K H S L
Decimal 160 158 232 0.31 0.32 0 0.09 241.62 0.62 0.76
Hex A0 9E E8 1F 20 0 9 F2 3E 4C
Octal 240 236 350 37 40 0 11 362 76 114
Binary 10100000 10011110 11101000 11111 100000 0 1001 11110010 111110 1001100

Color Harmonies of #A09EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EE8

Black with #A09EE8

Text Example


Text Example

White with #A09EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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