Html Css Color HEX #A09BEA Wistful

📋 copy color: '#A09BEA'

red 160 ◦ green 155 ◦ blue 234

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

Shades of Wistful #A09BEA

Tints of Wistful #A09BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.23%

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 29.14%
G = 28.23%
B = 42.62%

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

#A09BEA (or 0xA09BEA) is known color: Wistful. HEX triplet: A0, 9B and EA. RGB value is (160,155,234). Sum of RGB (Red+Green+Blue) = 160+155+234=549 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.14% from 549); Green value is 155 (60.94% from 255 or 28.23% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #A09BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09BEA is #5F6415. Grayscale: #A5A5A5. Windows color (decimal): -6251542 or 15375264. OLE color: 15375264.

HSL color Cylindrical-coordinate representation of color #A09BEA: hue angle of 243.8º degrees, saturation: 0.65, 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 #A09BEA is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 155 234 -
CMYK 0.32 0.34 0 0.08
HSL 243.8º 0.65% 0.76% -
HSV(B) 243.8º 0.34% 0.92% -
XYZ 41.07 36.86 82.79 -
YUV 165.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 160 155 234 0.32 0.34 0 0.08 243.8 0.65 0.76
Hex A0 9B EA 20 22 0 8 F4 41 4C
Octal 240 233 352 40 42 0 10 364 101 114
Binary 10100000 10011011 11101010 100000 100010 0 1000 11110100 1000001 1001100

Color Harmonies of #A09BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09BEA

Black with #A09BEA

Text Example


Text Example

White with #A09BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09BEA; }

 p { color: rgb(160,155,234); }

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

background-color css

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

 a { background-color: rgb(160,155,234); }

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

border-color css

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

 span { border-color: rgb(160,155,234); }

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