Html Css Color HEX #A09ED0 Wistful

📋 copy color: '#A09ED0'

red 160 ◦ green 158 ◦ blue 208

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

Shades of Wistful #A09ED0

Tints of Wistful #A09ED0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.04%

 BLUE value IS 208 (81.64% from 255) = 39.54%

R = 30.42%
G = 30.04%
B = 39.54%

CMYK

 C value IS 0.23

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A09ED0 (or 0xA09ED0) is known color: Wistful. HEX triplet: A0, 9E and D0. RGB value is (160,158,208). Sum of RGB (Red+Green+Blue) = 160+158+208=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 208 (81.64% from 255 or 39.54% from 526); Max value from RGB is 208 - color contains mainly: blue. Hex color #A09ED0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ED0 is #5F612F. Grayscale: #A4A4A4. Windows color (decimal): -6250800 or 13672096. OLE color: 13672096.

HSL color Cylindrical-coordinate representation of color #A09ED0: hue angle of 242.4º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09ED0 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 158 208 -
CMYK 0.23 0.24 0 0.18
HSL 242.4º 0.35% 0.72% -
HSV(B) 242.4º 0.24% 0.82% -
XYZ 38.11 36.48 64.71 -
YUV 164.3 152.66 124.93 -
System Red Green Blue C M Y K H S L
Decimal 160 158 208 0.23 0.24 0 0.18 242.4 0.35 0.72
Hex A0 9E D0 17 18 0 12 F2 23 48
Octal 240 236 320 27 30 0 22 362 43 110
Binary 10100000 10011110 11010000 10111 11000 0 10010 11110010 100011 1001000

Color Harmonies of #A09ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09ED0

Black with #A09ED0

Text Example


Text Example

White with #A09ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09ED0; }

 p { color: rgb(160,158,208); }

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

background-color css

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

 a { background-color: rgb(160,158,208); }

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

border-color css

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

 span { border-color: rgb(160,158,208); }

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