Html Css Color HEX #A09FEB Wistful

📋 copy color: '#A09FEB'

red 160 ◦ green 159 ◦ blue 235

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

Shades of Wistful #A09FEB

Tints of Wistful #A09FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.7%

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

R = 28.88%
G = 28.7%
B = 42.42%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A09FEB (or 0xA09FEB) is known color: Wistful. HEX triplet: A0, 9F and EB. RGB value is (160,159,235). Sum of RGB (Red+Green+Blue) = 160+159+235=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 235 (92.19% from 255 or 42.42% from 554); Max value from RGB is 235 - color contains mainly: blue. Hex color #A09FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FEB is #5F6014. Grayscale: #A7A7A7. Windows color (decimal): -6250517 or 15441824. OLE color: 15441824.

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

Color convert

RGB 160 159 235 -
CMYK 0.32 0.32 0 0.08
HSL 240.79º 0.66% 0.77% -
HSV(B) 240.79º 0.32% 0.92% -
XYZ 41.89 38.27 83.78 -
YUV 167.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 160 159 235 0.32 0.32 0 0.08 240.79 0.66 0.77
Hex A0 9F EB 20 20 0 8 F1 42 4D
Octal 240 237 353 40 40 0 10 361 102 115
Binary 10100000 10011111 11101011 100000 100000 0 1000 11110001 1000010 1001101

Color Harmonies of #A09FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FEB

Black with #A09FEB

Text Example


Text Example

White with #A09FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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