Html Css Color HEX #A09DD6 Wistful

📋 copy color: '#A09DD6'

red 160 ◦ green 157 ◦ blue 214

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

Shades of Wistful #A09DD6

Tints of Wistful #A09DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.3%

R = 30.13%
G = 29.57%
B = 40.3%

CMYK

 C value IS 0.25

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A09DD6 (or 0xA09DD6) is known color: Wistful. HEX triplet: A0, 9D and D6. RGB value is (160,157,214). Sum of RGB (Red+Green+Blue) = 160+157+214=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 214 (83.98% from 255 or 40.30% from 531); Max value from RGB is 214 - color contains mainly: blue. Hex color #A09DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DD6 is #5F6229. Grayscale: #A4A4A4. Windows color (decimal): -6251050 or 14065056. OLE color: 14065056.

HSL color Cylindrical-coordinate representation of color #A09DD6: hue angle of 243.16º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A09DD6 is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 157 214 -
CMYK 0.25 0.27 0 0.16
HSL 243.16º 0.41% 0.73% -
HSV(B) 243.16º 0.27% 0.84% -
XYZ 38.69 36.44 68.61 -
YUV 164.4 155.99 124.87 -
System Red Green Blue C M Y K H S L
Decimal 160 157 214 0.25 0.27 0 0.16 243.16 0.41 0.73
Hex A0 9D D6 19 1B 0 10 F3 29 49
Octal 240 235 326 31 33 0 20 363 51 111
Binary 10100000 10011101 11010110 11001 11011 0 10000 11110011 101001 1001001

Color Harmonies of #A09DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DD6

Black with #A09DD6

Text Example


Text Example

White with #A09DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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