Html Css Color HEX #A09AD0 Wistful

📋 copy color: '#A09AD0'

red 160 ◦ green 154 ◦ blue 208

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

Shades of Wistful #A09AD0

Tints of Wistful #A09AD0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.5%

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

R = 30.65%
G = 29.5%
B = 39.85%

CMYK

 C value IS 0.23

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A09AD0 (or 0xA09AD0) is known color: Wistful. HEX triplet: A0, 9A and D0. RGB value is (160,154,208). Sum of RGB (Red+Green+Blue) = 160+154+208=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 154 (60.55% from 255 or 29.50% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #A09AD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09AD0 is #5F652F. Grayscale: #A1A1A1. Windows color (decimal): -6251824 or 13671072. OLE color: 13671072.

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

Color convert

RGB 160 154 208 -
CMYK 0.23 0.26 0 0.18
HSL 246.67º 0.36% 0.71% -
HSV(B) 246.67º 0.26% 0.82% -
XYZ 37.44 35.14 64.48 -
YUV 161.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 160 154 208 0.23 0.26 0 0.18 246.67 0.36 0.71
Hex A0 9A D0 17 1A 0 12 F7 24 47
Octal 240 232 320 27 32 0 22 367 44 107
Binary 10100000 10011010 11010000 10111 11010 0 10010 11110111 100100 1000111

Color Harmonies of #A09AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09AD0

Black with #A09AD0

Text Example


Text Example

White with #A09AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09AD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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