Html Css Color HEX #A09EDA Wistful

📋 copy color: '#A09EDA'

red 160 ◦ green 158 ◦ blue 218

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

Shades of Wistful #A09EDA

Tints of Wistful #A09EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 29.85%
G = 29.48%
B = 40.67%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A09EDA (or 0xA09EDA) is known color: Wistful. HEX triplet: A0, 9E and DA. RGB value is (160,158,218). Sum of RGB (Red+Green+Blue) = 160+158+218=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #A09EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EDA is #5F6125. Grayscale: #A5A5A5. Windows color (decimal): -6250790 or 14327456. OLE color: 14327456.

HSL color Cylindrical-coordinate representation of color #A09EDA: hue angle of 242º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A09EDA is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 158 218 -
CMYK 0.27 0.28 0 0.15
HSL 242º 0.45% 0.74% -
HSV(B) 242º 0.28% 0.85% -
XYZ 39.38 36.99 71.39 -
YUV 165.44 157.66 124.12 -
System Red Green Blue C M Y K H S L
Decimal 160 158 218 0.27 0.28 0 0.15 242 0.45 0.74
Hex A0 9E DA 1B 1C 0 F F2 2D 4A
Octal 240 236 332 33 34 0 17 362 55 112
Binary 10100000 10011110 11011010 11011 11100 0 1111 11110010 101101 1001010

Color Harmonies of #A09EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EDA

Black with #A09EDA

Text Example


Text Example

White with #A09EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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