#A68ABF

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

Shades of East Side #A68ABF

Tints of East Side #A68ABF

Color information

#A68ABF (or 0xA68ABF) is unknown color: approx East Side. HEX triplet: A6, 8A and BF. RGB value is (166,138,191). Sum of RGB (Red+Green+Blue) = 166+138+191=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 138 (54.30% from 255 or 27.88% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #A68ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68ABF is #597540. Grayscale: #989898. Windows color (decimal): -5862721 or 12552870. OLE color: 12552870.

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

Color convert

RGB166138191-
CMYK0.130.2800.25
HSL271.7º29.28%64.51%-
HSV(B)271.7º27.75%74.9%-
XYZ34.2230.0553.29-
YUV152.41149.78137.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 138 (54.30% from 255) = 27.88%
BLUE value IS 191 (75% from 255) = 38.59%
R=33.54%
G=27.88%
B=38.59%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661381910.130.2800.25271.729.2864.51
HexA68ABFD1C0191101d41
Octal246212277153403142035101
Binary101001101000101010111111110111100011001100010000111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68ABF; }

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

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

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

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

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

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

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

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