#A68CBC

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

Shades of East Side #A68CBC

Tints of East Side #A68CBC

Color information

#A68CBC (or 0xA68CBC) is unknown color: approx East Side. HEX triplet: A6, 8C and BC. RGB value is (166,140,188). Sum of RGB (Red+Green+Blue) = 166+140+188=494 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.60% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 188 (73.83% from 255 or 38.06% from 494); Max value from RGB is 188 - color contains mainly: blue. Hex color #A68CBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CBC is #597343. Grayscale: #999999. Windows color (decimal): -5862212 or 12356774. OLE color: 12356774.

HSL color Cylindrical-coordinate representation of color #A68CBC: hue angle of 272.5º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A68CBC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166140188-
CMYK0.120.2600.26
HSL272.5º26.37%64.31%-
HSV(B)272.5º25.53%73.73%-
XYZ34.1830.4951.66-
YUV153.25147.61137.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.60%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 188 (73.83% from 255) = 38.06%
R=33.60%
G=28.34%
B=38.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661401880.120.2600.26272.526.3764.31
HexA68CBCC1A01A1101a40
Octal246214274143203242032100
Binary101001101000110010111100110011010011010100010000110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CBC; }

 p { color: rgb(166,140,188); }

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

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

 a { background-color: rgb(166,140,188); }

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

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

 span { border-color: rgb(166,140,188); }

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