Html Css Color HEX #A09FD8 Wistful

📋 copy color: '#A09FD8'

red 160 ◦ green 159 ◦ blue 216

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

Shades of Wistful #A09FD8

Tints of Wistful #A09FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 40.37%

R = 29.91%
G = 29.72%
B = 40.37%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A09FD8 (or 0xA09FD8) is known color: Wistful. HEX triplet: A0, 9F and D8. RGB value is (160,159,216). Sum of RGB (Red+Green+Blue) = 160+159+216=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 159 (62.5% from 255 or 29.72% from 535); Blue value is 216 (84.77% from 255 or 40.37% from 535); Max value from RGB is 216 - color contains mainly: blue. Hex color #A09FD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FD8 is #5F6027. Grayscale: #A5A5A5. Windows color (decimal): -6250536 or 14196640. OLE color: 14196640.

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

Color convert

RGB 160 159 216 -
CMYK 0.26 0.26 0 0.15
HSL 241.05º 0.42% 0.74% -
HSV(B) 241.05º 0.26% 0.85% -
XYZ 39.29 37.23 70.08 -
YUV 165.8 156.33 123.87 -
System Red Green Blue C M Y K H S L
Decimal 160 159 216 0.26 0.26 0 0.15 241.05 0.42 0.74
Hex A0 9F D8 1A 1A 0 F F1 2A 4A
Octal 240 237 330 32 32 0 17 361 52 112
Binary 10100000 10011111 11011000 11010 11010 0 1111 11110001 101010 1001010

Color Harmonies of #A09FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FD8

Black with #A09FD8

Text Example


Text Example

White with #A09FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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