#A77BCD

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

Shades of East Side #A77BCD

Tints of East Side #A77BCD

Color information

#A77BCD (or 0xA77BCD) is unknown color: approx East Side. HEX triplet: A7, 7B and CD. RGB value is (167,123,205). Sum of RGB (Red+Green+Blue) = 167+123+205=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 205 (80.47% from 255 or 41.41% from 495); Max value from RGB is 205 - color contains mainly: blue. Hex color #A77BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77BCD is #588432. Grayscale: #919191. Windows color (decimal): -5801011 or 13466535. OLE color: 13466535.

HSL color Cylindrical-coordinate representation of color #A77BCD: hue angle of 272.2º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A77BCD is Cyan = 0.19, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167123205-
CMYK0.190.400.20
HSL272.2º45.05%64.31%-
HSV(B)272.2º40%80.39%-
XYZ34.0426.7961.13-
YUV145.5161.58143.33-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 123 (48.44% from 255) = 24.85%
BLUE value IS 205 (80.47% from 255) = 41.41%
R=33.74%
G=24.85%
B=41.41%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671232050.190.400.20272.245.0564.31
HexA77BCD13280141102d40
Octal247173315235002442055100
Binary10100111111101111001101100111010000101001000100001011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77BCD; }

 p { color: rgb(167,123,205); }

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

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

 a { background-color: rgb(167,123,205); }

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

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

 span { border-color: rgb(167,123,205); }

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