#A68CBF

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

Shades of East Side #A68CBF

Tints of East Side #A68CBF

Color information

#A68CBF (or 0xA68CBF) is unknown color: approx East Side. HEX triplet: A6, 8C and BF. RGB value is (166,140,191). Sum of RGB (Red+Green+Blue) = 166+140+191=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 191 - color contains mainly: blue. Hex color #A68CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CBF is #597340. Grayscale: #999999. Windows color (decimal): -5862209 or 12553382. OLE color: 12553382.

HSL color Cylindrical-coordinate representation of color #A68CBF: hue angle of 270.59º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A68CBF is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB166140191-
CMYK0.130.2700.25
HSL270.59º28.49%64.9%-
HSV(B)270.59º26.7%74.9%-
XYZ34.5130.6253.38-
YUV153.59149.11136.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 191 (75% from 255) = 38.43%
R=33.40%
G=28.17%
B=38.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661401910.130.2700.25270.5928.4964.9
HexA68CBFD1B01910f1c41
Octal246214277153303141734101
Binary101001101000110010111111110111011011001100001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CBF; }

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

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

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

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

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

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

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

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