#A68FBC

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

Shades of East Side #A68FBC

Tints of East Side #A68FBC

Color information

#A68FBC (or 0xA68FBC) is unknown color: approx East Side. HEX triplet: A6, 8F and BC. RGB value is (166,143,188). Sum of RGB (Red+Green+Blue) = 166+143+188=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 188 - color contains mainly: blue. Hex color #A68FBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68FBC is #597043. Grayscale: #9A9A9A. Windows color (decimal): -5861444 or 12357542. OLE color: 12357542.

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

Color convert

RGB166143188-
CMYK0.120.2400.26
HSL270.67º25.14%64.9%-
HSV(B)270.67º23.94%73.73%-
XYZ34.6331.3851.81-
YUV155.01146.62135.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 143 (56.25% from 255) = 28.77%
BLUE value IS 188 (73.83% from 255) = 37.83%
R=33.40%
G=28.77%
B=37.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1661431880.120.2400.26270.6725.1464.9
HexA68FBCC1801A10f1941
Octal246217274143003241731101
Binary101001101000111110111100110011000011010100001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68FBC; }

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

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

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

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

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

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

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

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