Html Css Color HEX #A09DDD Wistful

📋 copy color: '#A09DDD'

red 160 ◦ green 157 ◦ blue 221

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

Shades of Wistful #A09DDD

Tints of Wistful #A09DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.08%

R = 29.74%
G = 29.18%
B = 41.08%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A09DDD (or 0xA09DDD) is known color: Wistful. HEX triplet: A0, 9D and DD. RGB value is (160,157,221). Sum of RGB (Red+Green+Blue) = 160+157+221=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #A09DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DDD is #5F6222. Grayscale: #A4A4A4. Windows color (decimal): -6251043 or 14523808. OLE color: 14523808.

HSL color Cylindrical-coordinate representation of color #A09DDD: hue angle of 242.81º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A09DDD is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 157 221 -
CMYK 0.28 0.29 0 0.13
HSL 242.81º 0.48% 0.74% -
HSV(B) 242.81º 0.29% 0.87% -
XYZ 39.61 36.81 73.42 -
YUV 165.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 160 157 221 0.28 0.29 0 0.13 242.81 0.48 0.74
Hex A0 9D DD 1C 1D 0 D F3 30 4A
Octal 240 235 335 34 35 0 15 363 60 112
Binary 10100000 10011101 11011101 11100 11101 0 1101 11110011 110000 1001010

Color Harmonies of #A09DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DDD

Black with #A09DDD

Text Example


Text Example

White with #A09DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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