Html Css Color HEX #A09AEE Wistful

📋 copy color: '#A09AEE'

red 160 ◦ green 154 ◦ blue 238

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

Shades of Wistful #A09AEE

Tints of Wistful #A09AEE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.9%

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

R = 28.99%
G = 27.9%
B = 43.12%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A09AEE (or 0xA09AEE) is known color: Wistful. HEX triplet: A0, 9A and EE. RGB value is (160,154,238). Sum of RGB (Red+Green+Blue) = 160+154+238=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 154 (60.55% from 255 or 27.90% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #A09AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AEE is #5F6511. Grayscale: #A5A5A5. Windows color (decimal): -6251794 or 15637152. OLE color: 15637152.

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

Color convert

RGB 160 154 238 -
CMYK 0.33 0.35 0 0.07
HSL 244.29º 0.71% 0.77% -
HSV(B) 244.29º 0.35% 0.93% -
XYZ 41.49 36.76 85.8 -
YUV 165.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 160 154 238 0.33 0.35 0 0.07 244.29 0.71 0.77
Hex A0 9A EE 21 23 0 7 F4 47 4D
Octal 240 232 356 41 43 0 7 364 107 115
Binary 10100000 10011010 11101110 100001 100011 0 111 11110100 1000111 1001101

Color Harmonies of #A09AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09AEE

Black with #A09AEE

Text Example


Text Example

White with #A09AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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