Html Css Color HEX #A09CDD Wistful

📋 copy color: '#A09CDD'

red 160 ◦ green 156 ◦ blue 221

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

Shades of Wistful #A09CDD

Tints of Wistful #A09CDD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.05%

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

R = 29.8%
G = 29.05%
B = 41.15%

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

#A09CDD (or 0xA09CDD) is known color: Wistful. HEX triplet: A0, 9C and DD. RGB value is (160,156,221). Sum of RGB (Red+Green+Blue) = 160+156+221=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #A09CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CDD is #5F6322. Grayscale: #A4A4A4. Windows color (decimal): -6251299 or 14523552. OLE color: 14523552.

HSL color Cylindrical-coordinate representation of color #A09CDD: hue angle of 243.69º degrees, saturation: 0.49, 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 #A09CDD is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 156 221 -
CMYK 0.28 0.29 0 0.13
HSL 243.69º 0.49% 0.74% -
HSV(B) 243.69º 0.29% 0.87% -
XYZ 39.44 36.47 73.37 -
YUV 164.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 160 156 221 0.28 0.29 0 0.13 243.69 0.49 0.74
Hex A0 9C DD 1C 1D 0 D F4 31 4A
Octal 240 234 335 34 35 0 15 364 61 112
Binary 10100000 10011100 11011101 11100 11101 0 1101 11110100 110001 1001010

Color Harmonies of #A09CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CDD

Black with #A09CDD

Text Example


Text Example

White with #A09CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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