Html Css Color HEX #A09EEF Wistful

📋 copy color: '#A09EEF'

red 160 ◦ green 158 ◦ blue 239

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

Shades of Wistful #A09EEF

Tints of Wistful #A09EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 28.73%
G = 28.37%
B = 42.91%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A09EEF (or 0xA09EEF) is known color: Wistful. HEX triplet: A0, 9E and EF. RGB value is (160,158,239). Sum of RGB (Red+Green+Blue) = 160+158+239=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 158 (62.11% from 255 or 28.37% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #A09EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09EEF is #5F6110. Grayscale: #A7A7A7. Windows color (decimal): -6250769 or 15703712. OLE color: 15703712.

HSL color Cylindrical-coordinate representation of color #A09EEF: hue angle of 241.48º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A09EEF is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 158 239 -
CMYK 0.33 0.34 0 0.06
HSL 241.48º 0.72% 0.78% -
HSV(B) 241.48º 0.34% 0.94% -
XYZ 42.3 38.16 86.8 -
YUV 167.83 168.16 122.41 -
System Red Green Blue C M Y K H S L
Decimal 160 158 239 0.33 0.34 0 0.06 241.48 0.72 0.78
Hex A0 9E EF 21 22 0 6 F1 48 4E
Octal 240 236 357 41 42 0 6 361 110 116
Binary 10100000 10011110 11101111 100001 100010 0 110 11110001 1001000 1001110

Color Harmonies of #A09EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EEF

Black with #A09EEF

Text Example


Text Example

White with #A09EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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