Html Css Color HEX #A09ECC Wistful

📋 copy color: '#A09ECC'

red 160 ◦ green 158 ◦ blue 204

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

Shades of Wistful #A09ECC

Tints of Wistful #A09ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.08%

R = 30.65%
G = 30.27%
B = 39.08%

CMYK

 C value IS 0.22

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A09ECC (or 0xA09ECC) is known color: Wistful. HEX triplet: A0, 9E and CC. RGB value is (160,158,204). Sum of RGB (Red+Green+Blue) = 160+158+204=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 158 (62.11% from 255 or 30.27% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 204 - color contains mainly: blue. Hex color #A09ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A09ECC is #5F6133. Grayscale: #A3A3A3. Windows color (decimal): -6250804 or 13409952. OLE color: 13409952.

HSL color Cylindrical-coordinate representation of color #A09ECC: hue angle of 242.61º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09ECC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 158 204 -
CMYK 0.22 0.23 0 0.2
HSL 242.61º 0.31% 0.71% -
HSV(B) 242.61º 0.23% 0.8% -
XYZ 37.62 36.29 62.15 -
YUV 163.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 160 158 204 0.22 0.23 0 0.2 242.61 0.31 0.71
Hex A0 9E CC 16 17 0 14 F3 1F 47
Octal 240 236 314 26 27 0 24 363 37 107
Binary 10100000 10011110 11001100 10110 10111 0 10100 11110011 11111 1000111

Color Harmonies of #A09ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09ECC

Black with #A09ECC

Text Example


Text Example

White with #A09ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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