Html Css Color HEX #A09EE0 Wistful

📋 copy color: '#A09EE0'

red 160 ◦ green 158 ◦ blue 224

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

Shades of Wistful #A09EE0

Tints of Wistful #A09EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 29.52%
G = 29.15%
B = 41.33%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A09EE0 (or 0xA09EE0) is known color: Wistful. HEX triplet: A0, 9E and E0. RGB value is (160,158,224). Sum of RGB (Red+Green+Blue) = 160+158+224=542 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.52% from 542); Green value is 158 (62.11% from 255 or 29.15% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #A09EE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EE0 is #5F611F. Grayscale: #A5A5A5. Windows color (decimal): -6250784 or 14720672. OLE color: 14720672.

HSL color Cylindrical-coordinate representation of color #A09EE0: hue angle of 241.82º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09EE0 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 158 224 -
CMYK 0.29 0.29 0 0.12
HSL 241.82º 0.52% 0.75% -
HSV(B) 241.82º 0.29% 0.88% -
XYZ 40.18 37.31 75.6 -
YUV 166.12 160.66 123.63 -
System Red Green Blue C M Y K H S L
Decimal 160 158 224 0.29 0.29 0 0.12 241.82 0.52 0.75
Hex A0 9E E0 1D 1D 0 C F2 34 4B
Octal 240 236 340 35 35 0 14 362 64 113
Binary 10100000 10011110 11100000 11101 11101 0 1100 11110010 110100 1001011

Color Harmonies of #A09EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EE0

Black with #A09EE0

Text Example


Text Example

White with #A09EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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