Html Css Color HEX #A09FD0 Wistful

📋 copy color: '#A09FD0'

red 160 ◦ green 159 ◦ blue 208

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

Shades of Wistful #A09FD0

Tints of Wistful #A09FD0

RGB

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

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

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

R = 30.36%
G = 30.17%
B = 39.47%

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

#A09FD0 (or 0xA09FD0) is known color: Wistful. HEX triplet: A0, 9F and D0. RGB value is (160,159,208). Sum of RGB (Red+Green+Blue) = 160+159+208=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 208 (81.64% from 255 or 39.47% from 527); Max value from RGB is 208 - color contains mainly: blue. Hex color #A09FD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09FD0 is #5F602F. Grayscale: #A4A4A4. Windows color (decimal): -6250544 or 13672352. OLE color: 13672352.

HSL color Cylindrical-coordinate representation of color #A09FD0: hue angle of 241.22º degrees, saturation: 0.34, 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 #A09FD0 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 159 208 -
CMYK 0.23 0.24 0 0.18
HSL 241.22º 0.34% 0.72% -
HSV(B) 241.22º 0.24% 0.82% -
XYZ 38.28 36.82 64.76 -
YUV 164.89 152.33 124.52 -
System Red Green Blue C M Y K H S L
Decimal 160 159 208 0.23 0.24 0 0.18 241.22 0.34 0.72
Hex A0 9F D0 17 18 0 12 F1 22 48
Octal 240 237 320 27 30 0 22 361 42 110
Binary 10100000 10011111 11010000 10111 11000 0 10010 11110001 100010 1001000

Color Harmonies of #A09FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09FD0

Black with #A09FD0

Text Example


Text Example

White with #A09FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09FD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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