Html Css Color HEX #A09EEB Wistful

📋 copy color: '#A09EEB'

red 160 ◦ green 158 ◦ blue 235

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

Shades of Wistful #A09EEB

Tints of Wistful #A09EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 28.93%
G = 28.57%
B = 42.5%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A09EEB (or 0xA09EEB) is known color: Wistful. HEX triplet: A0, 9E and EB. RGB value is (160,158,235). Sum of RGB (Red+Green+Blue) = 160+158+235=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 235 - color contains mainly: blue. Hex color #A09EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EEB is #5F6114. Grayscale: #A7A7A7. Windows color (decimal): -6250773 or 15441568. OLE color: 15441568.

HSL color Cylindrical-coordinate representation of color #A09EEB: hue angle of 241.56º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09EEB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 158 235 -
CMYK 0.32 0.33 0 0.08
HSL 241.56º 0.66% 0.77% -
HSV(B) 241.56º 0.33% 0.92% -
XYZ 41.72 37.93 83.72 -
YUV 167.38 166.16 122.74 -
System Red Green Blue C M Y K H S L
Decimal 160 158 235 0.32 0.33 0 0.08 241.56 0.66 0.77
Hex A0 9E EB 20 21 0 8 F2 42 4D
Octal 240 236 353 40 41 0 10 362 102 115
Binary 10100000 10011110 11101011 100000 100001 0 1000 11110010 1000010 1001101

Color Harmonies of #A09EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EEB

Black with #A09EEB

Text Example


Text Example

White with #A09EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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