Html Css Color HEX #A09DCA Wistful

📋 copy color: '#A09DCA'

red 160 ◦ green 157 ◦ blue 202

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

Shades of Wistful #A09DCA

Tints of Wistful #A09DCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.92%

R = 30.83%
G = 30.25%
B = 38.92%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A09DCA (or 0xA09DCA) is known color: Wistful. HEX triplet: A0, 9D and CA. RGB value is (160,157,202). Sum of RGB (Red+Green+Blue) = 160+157+202=519 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.83% from 519); Green value is 157 (61.72% from 255 or 30.25% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 202 - color contains mainly: blue. Hex color #A09DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09DCA is #5F6235. Grayscale: #A2A2A2. Windows color (decimal): -6251062 or 13278624. OLE color: 13278624.

HSL color Cylindrical-coordinate representation of color #A09DCA: hue angle of 244º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A09DCA is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 160 157 202 -
CMYK 0.21 0.22 0 0.21
HSL 244º 0.3% 0.7% -
HSV(B) 244º 0.22% 0.79% -
XYZ 37.21 35.85 60.84 -
YUV 163.03 149.99 125.84 -
System Red Green Blue C M Y K H S L
Decimal 160 157 202 0.21 0.22 0 0.21 244 0.3 0.7
Hex A0 9D CA 15 16 0 15 F4 1E 46
Octal 240 235 312 25 26 0 25 364 36 106
Binary 10100000 10011101 11001010 10101 10110 0 10101 11110100 11110 1000110

Color Harmonies of #A09DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09DCA

Black with #A09DCA

Text Example


Text Example

White with #A09DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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