Html Css Color HEX #A09DD0 Wistful

📋 copy color: '#A09DD0'

red 160 ◦ green 157 ◦ blue 208

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

Shades of Wistful #A09DD0

Tints of Wistful #A09DD0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.9%

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

R = 30.48%
G = 29.9%
B = 39.62%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A09DD0 (or 0xA09DD0) is known color: Wistful. HEX triplet: A0, 9D and D0. RGB value is (160,157,208). Sum of RGB (Red+Green+Blue) = 160+157+208=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #A09DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DD0 is #5F622F. Grayscale: #A3A3A3. Windows color (decimal): -6251056 or 13671840. OLE color: 13671840.

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

Color convert

RGB 160 157 208 -
CMYK 0.23 0.25 0 0.18
HSL 243.53º 0.35% 0.72% -
HSV(B) 243.53º 0.25% 0.82% -
XYZ 37.94 36.14 64.65 -
YUV 163.71 152.99 125.35 -
System Red Green Blue C M Y K H S L
Decimal 160 157 208 0.23 0.25 0 0.18 243.53 0.35 0.72
Hex A0 9D D0 17 19 0 12 F4 23 48
Octal 240 235 320 27 31 0 22 364 43 110
Binary 10100000 10011101 11010000 10111 11001 0 10010 11110100 100011 1001000

Color Harmonies of #A09DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DD0

Black with #A09DD0

Text Example


Text Example

White with #A09DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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