Html Css Color HEX #A09BE6 Wistful

📋 copy color: '#A09BE6'

red 160 ◦ green 155 ◦ blue 230

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

Shades of Wistful #A09BE6

Tints of Wistful #A09BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.2%

R = 29.36%
G = 28.44%
B = 42.2%

CMYK

 C value IS 0.30

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A09BE6 (or 0xA09BE6) is known color: Wistful. HEX triplet: A0, 9B and E6. RGB value is (160,155,230). Sum of RGB (Red+Green+Blue) = 160+155+230=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #A09BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A09BE6 is #5F6419. Grayscale: #A4A4A4. Windows color (decimal): -6251546 or 15113120. OLE color: 15113120.

HSL color Cylindrical-coordinate representation of color #A09BE6: hue angle of 244º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A09BE6 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 155 230 -
CMYK 0.30 0.33 0 0.10
HSL 244º 0.6% 0.75% -
HSV(B) 244º 0.33% 0.9% -
XYZ 40.5 36.63 79.8 -
YUV 165.05 164.66 124.4 -
System Red Green Blue C M Y K H S L
Decimal 160 155 230 0.30 0.33 0 0.10 244 0.6 0.75
Hex A0 9B E6 1E 21 0 A F4 3C 4B
Octal 240 233 346 36 41 0 12 364 74 113
Binary 10100000 10011011 11100110 11110 100001 0 1010 11110100 111100 1001011

Color Harmonies of #A09BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09BE6

Black with #A09BE6

Text Example


Text Example

White with #A09BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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