#A68CBE

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

Shades of East Side #A68CBE

Tints of East Side #A68CBE

Color information

#A68CBE (or 0xA68CBE) is unknown color: approx East Side. HEX triplet: A6, 8C and BE. RGB value is (166,140,190). Sum of RGB (Red+Green+Blue) = 166+140+190=496 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.47% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 190 (74.61% from 255 or 38.31% from 496); Max value from RGB is 190 - color contains mainly: blue. Hex color #A68CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A68CBE is #597341. Grayscale: #999999. Windows color (decimal): -5862210 or 12487846. OLE color: 12487846.

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

Color convert

RGB166140190-
CMYK0.130.2600.25
HSL271.2º27.78%64.71%-
HSV(B)271.2º26.32%74.51%-
XYZ34.430.5852.8-
YUV153.47148.61136.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.47%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 190 (74.61% from 255) = 38.31%
R=33.47%
G=28.23%
B=38.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1661401900.130.2600.25271.227.7864.71
HexA68CBED1A01910f1c41
Octal246214276153203141734101
Binary101001101000110010111110110111010011001100001111111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A68CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A68CBE; }

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

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

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

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

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

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

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

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