Html Css Color HEX #A09EC1 Wistful

📋 copy color: '#A09EC1'

red 160 ◦ green 158 ◦ blue 193

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

Shades of Wistful #A09EC1

Tints of Wistful #A09EC1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.92%

 BLUE value IS 193 (75.78% from 255) = 37.77%

R = 31.31%
G = 30.92%
B = 37.77%

CMYK

 C value IS 0.17

 M value IS 0.18

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A09EC1 (or 0xA09EC1) is known color: Wistful. HEX triplet: A0, 9E and C1. RGB value is (160,158,193). Sum of RGB (Red+Green+Blue) = 160+158+193=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 193 (75.78% from 255 or 37.77% from 511); Max value from RGB is 193 - color contains mainly: blue. Hex color #A09EC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09EC1 is #5F613E. Grayscale: #A2A2A2. Windows color (decimal): -6250815 or 12689056. OLE color: 12689056.

HSL color Cylindrical-coordinate representation of color #A09EC1: hue angle of 243.43º degrees, saturation: 0.22, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A09EC1 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 158 193 -
CMYK 0.17 0.18 0 0.24
HSL 243.43º 0.22% 0.69% -
HSV(B) 243.43º 0.18% 0.76% -
XYZ 36.35 35.78 55.44 -
YUV 162.59 145.16 126.15 -
System Red Green Blue C M Y K H S L
Decimal 160 158 193 0.17 0.18 0 0.24 243.43 0.22 0.69
Hex A0 9E C1 11 12 0 18 F3 16 45
Octal 240 236 301 21 22 0 30 363 26 105
Binary 10100000 10011110 11000001 10001 10010 0 11000 11110011 10110 1000101

Color Harmonies of #A09EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09EC1

Black with #A09EC1

Text Example


Text Example

White with #A09EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09EC1; }

 p { color: rgb(160,158,193); }

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

background-color css

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

 a { background-color: rgb(160,158,193); }

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

border-color css

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

 span { border-color: rgb(160,158,193); }

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