#A68BBC

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

Shades of East Side #A68BBC

Tints of East Side #A68BBC

Color information

#A68BBC (or 0xA68BBC) is unknown color: approx East Side. HEX triplet: A6, 8B and BC. RGB value is (166,139,188). Sum of RGB (Red+Green+Blue) = 166+139+188=493 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.67% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 188 (73.83% from 255 or 38.13% from 493); Max value from RGB is 188 - color contains mainly: blue. Hex color #A68BBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68BBC is #597443. Grayscale: #989898. Windows color (decimal): -5862468 or 12356518. OLE color: 12356518.

HSL color Cylindrical-coordinate representation of color #A68BBC: hue angle of 273.06º degrees, saturation: 0.27, 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 #A68BBC is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB166139188-
CMYK0.120.2600.26
HSL273.06º26.78%64.12%-
HSV(B)273.06º26.06%73.73%-
XYZ34.0430.251.61-
YUV152.66147.95137.52-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.67%
GREEN value IS 139 (54.69% from 255) = 28.19%
BLUE value IS 188 (73.83% from 255) = 38.13%
R=33.67%
G=28.19%
B=38.13%

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
Decimal1661391880.120.2600.26273.0626.7864.12
HexA68BBCC1A01A1111b40
Octal246213274143203242133100
Binary101001101000101110111100110011010011010100010001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68BBC; }

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

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

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

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

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

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

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

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