Html Css Color HEX #A09CCA Wistful

📋 copy color: '#A09CCA'

red 160 ◦ green 156 ◦ blue 202

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

Shades of Wistful #A09CCA

Tints of Wistful #A09CCA

RGB

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

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

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

R = 30.89%
G = 30.12%
B = 39%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A09CCA (or 0xA09CCA) is known color: Wistful. HEX triplet: A0, 9C and CA. RGB value is (160,156,202). Sum of RGB (Red+Green+Blue) = 160+156+202=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A09CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CCA is #5F6335. Grayscale: #A2A2A2. Windows color (decimal): -6251318 or 13278368. OLE color: 13278368.

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

Color convert

RGB 160 156 202 -
CMYK 0.21 0.23 0 0.21
HSL 245.22º 0.3% 0.7% -
HSV(B) 245.22º 0.23% 0.79% -
XYZ 37.05 35.51 60.78 -
YUV 162.44 150.33 126.26 -
System Red Green Blue C M Y K H S L
Decimal 160 156 202 0.21 0.23 0 0.21 245.22 0.3 0.7
Hex A0 9C CA 15 17 0 15 F5 1E 46
Octal 240 234 312 25 27 0 25 365 36 106
Binary 10100000 10011100 11001010 10101 10111 0 10101 11110101 11110 1000110

Color Harmonies of #A09CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CCA

Black with #A09CCA

Text Example


Text Example

White with #A09CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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