Html Css Color HEX #A09FEE Wistful

📋 copy color: '#A09FEE'

red 160 ◦ green 159 ◦ blue 238

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

Shades of Wistful #A09FEE

Tints of Wistful #A09FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 28.73%
G = 28.55%
B = 42.73%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A09FEE (or 0xA09FEE) is known color: Wistful. HEX triplet: A0, 9F and EE. RGB value is (160,159,238). Sum of RGB (Red+Green+Blue) = 160+159+238=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #A09FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09FEE is #5F6011. Grayscale: #A7A7A7. Windows color (decimal): -6250514 or 15638432. OLE color: 15638432.

HSL color Cylindrical-coordinate representation of color #A09FEE: hue angle of 240.76º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09FEE is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 159 238 -
CMYK 0.33 0.33 0 0.07
HSL 240.76º 0.7% 0.78% -
HSV(B) 240.76º 0.33% 0.93% -
XYZ 42.33 38.44 86.08 -
YUV 168.31 167.33 122.08 -
System Red Green Blue C M Y K H S L
Decimal 160 159 238 0.33 0.33 0 0.07 240.76 0.7 0.78
Hex A0 9F EE 21 21 0 7 F1 46 4E
Octal 240 237 356 41 41 0 7 361 106 116
Binary 10100000 10011111 11101110 100001 100001 0 111 11110001 1000110 1001110

Color Harmonies of #A09FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FEE

Black with #A09FEE

Text Example


Text Example

White with #A09FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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