Html Css Color HEX #A09CCE Wistful

📋 copy color: '#A09CCE'

red 160 ◦ green 156 ◦ blue 206

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

Shades of Wistful #A09CCE

Tints of Wistful #A09CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 30.65%
G = 29.89%
B = 39.46%

CMYK

 C value IS 0.22

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A09CCE (or 0xA09CCE) is known color: Wistful. HEX triplet: A0, 9C and CE. RGB value is (160,156,206). Sum of RGB (Red+Green+Blue) = 160+156+206=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 206 - color contains mainly: blue. Hex color #A09CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09CCE is #5F6331. Grayscale: #A2A2A2. Windows color (decimal): -6251314 or 13540512. OLE color: 13540512.

HSL color Cylindrical-coordinate representation of color #A09CCE: hue angle of 244.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A09CCE is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 156 206 -
CMYK 0.22 0.24 0 0.19
HSL 244.8º 0.34% 0.71% -
HSV(B) 244.8º 0.24% 0.81% -
XYZ 37.53 35.71 63.31 -
YUV 162.9 152.33 125.93 -
System Red Green Blue C M Y K H S L
Decimal 160 156 206 0.22 0.24 0 0.19 244.8 0.34 0.71
Hex A0 9C CE 16 18 0 13 F5 22 47
Octal 240 234 316 26 30 0 23 365 42 107
Binary 10100000 10011100 11001110 10110 11000 0 10011 11110101 100010 1000111

Color Harmonies of #A09CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09CCE

Black with #A09CCE

Text Example


Text Example

White with #A09CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09CCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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