Html Css Color HEX #A09FDA Wistful

📋 copy color: '#A09FDA'

red 160 ◦ green 159 ◦ blue 218

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

Shades of Wistful #A09FDA

Tints of Wistful #A09FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.61%

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

R = 29.8%
G = 29.61%
B = 40.6%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A09FDA (or 0xA09FDA) is known color: Wistful. HEX triplet: A0, 9F and DA. RGB value is (160,159,218). Sum of RGB (Red+Green+Blue) = 160+159+218=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 159 (62.5% from 255 or 29.61% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #A09FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FDA is #5F6025. Grayscale: #A5A5A5. Windows color (decimal): -6250534 or 14327712. OLE color: 14327712.

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

Color convert

RGB 160 159 218 -
CMYK 0.27 0.27 0 0.15
HSL 241.02º 0.44% 0.74% -
HSV(B) 241.02º 0.27% 0.85% -
XYZ 39.55 37.33 71.45 -
YUV 166.03 157.33 123.7 -
System Red Green Blue C M Y K H S L
Decimal 160 159 218 0.27 0.27 0 0.15 241.02 0.44 0.74
Hex A0 9F DA 1B 1B 0 F F1 2C 4A
Octal 240 237 332 33 33 0 17 361 54 112
Binary 10100000 10011111 11011010 11011 11011 0 1111 11110001 101100 1001010

Color Harmonies of #A09FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FDA

Black with #A09FDA

Text Example


Text Example

White with #A09FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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