Html Css Color HEX #A09BE1 Wistful

📋 copy color: '#A09BE1'

red 160 ◦ green 155 ◦ blue 225

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

Shades of Wistful #A09BE1

Tints of Wistful #A09BE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.67%

R = 29.63%
G = 28.7%
B = 41.67%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A09BE1 (or 0xA09BE1) is known color: Wistful. HEX triplet: A0, 9B and E1. RGB value is (160,155,225). Sum of RGB (Red+Green+Blue) = 160+155+225=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 225 (88.28% from 255 or 41.67% from 540); Max value from RGB is 225 - color contains mainly: blue. Hex color #A09BE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09BE1 is #5F641E. Grayscale: #A4A4A4. Windows color (decimal): -6251551 or 14785440. OLE color: 14785440.

HSL color Cylindrical-coordinate representation of color #A09BE1: hue angle of 244.29º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A09BE1 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 155 225 -
CMYK 0.29 0.31 0 0.12
HSL 244.29º 0.54% 0.75% -
HSV(B) 244.29º 0.31% 0.88% -
XYZ 39.81 36.35 76.15 -
YUV 164.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 160 155 225 0.29 0.31 0 0.12 244.29 0.54 0.75
Hex A0 9B E1 1D 1F 0 C F4 36 4B
Octal 240 233 341 35 37 0 14 364 66 113
Binary 10100000 10011011 11100001 11101 11111 0 1100 11110100 110110 1001011

Color Harmonies of #A09BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09BE1

Black with #A09BE1

Text Example


Text Example

White with #A09BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09BE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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