Html Css Color HEX #A09AEB Wistful

📋 copy color: '#A09AEB'

red 160 ◦ green 154 ◦ blue 235

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

Shades of Wistful #A09AEB

Tints of Wistful #A09AEB

RGB

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

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

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

R = 29.14%
G = 28.05%
B = 42.81%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A09AEB (or 0xA09AEB) is known color: Wistful. HEX triplet: A0, 9A and EB. RGB value is (160,154,235). Sum of RGB (Red+Green+Blue) = 160+154+235=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 154 (60.55% from 255 or 28.05% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #A09AEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09AEB is #5F6514. Grayscale: #A4A4A4. Windows color (decimal): -6251797 or 15440544. OLE color: 15440544.

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

Color convert

RGB 160 154 235 -
CMYK 0.32 0.34 0 0.08
HSL 244.44º 0.67% 0.76% -
HSV(B) 244.44º 0.34% 0.92% -
XYZ 41.05 36.58 83.5 -
YUV 165.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 160 154 235 0.32 0.34 0 0.08 244.44 0.67 0.76
Hex A0 9A EB 20 22 0 8 F4 43 4C
Octal 240 232 353 40 42 0 10 364 103 114
Binary 10100000 10011010 11101011 100000 100010 0 1000 11110100 1000011 1001100

Color Harmonies of #A09AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09AEB

Black with #A09AEB

Text Example


Text Example

White with #A09AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09AEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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