#A67CCA

Color #A67CCA East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #A67CCA

Tints of East Side #A67CCA

Color information

#A67CCA (or 0xA67CCA) is unknown color: approx East Side. HEX triplet: A6, 7C and CA. RGB value is (166,124,202). Sum of RGB (Red+Green+Blue) = 166+124+202=492 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.74% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #A67CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A67CCA is #598335. Grayscale: #919191. Windows color (decimal): -5866294 or 13270182. OLE color: 13270182.

HSL color Cylindrical-coordinate representation of color #A67CCA: hue angle of 272.31º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A67CCA is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB166124202-
CMYK0.180.3900.21
HSL272.31º42.39%63.92%-
HSV(B)272.31º38.61%79.22%-
XYZ33.5926.7959.28-
YUV145.45159.91142.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.74%
GREEN value IS 124 (48.83% from 255) = 25.20%
BLUE value IS 202 (79.30% from 255) = 41.06%
R=33.74%
G=25.20%
B=41.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1661242020.180.3900.21272.3142.3963.92
HexA67CCA12270151102a40
Octal246174312224702542052100
Binary10100110111110011001010100101001110101011000100001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67CCA; }

 p { color: rgb(166,124,202); }

 H1.HeaderClassName
 {
   color: #A67CCA;
 }
 .AnyTagClassName
 {
   color: #A67CCA;
 }
</style>
background-color css

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

 a { background-color: rgb(166,124,202); }

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

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

 span { border-color: rgb(166,124,202); }

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