#A35ECB

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

Shades of Amethyst #A35ECB

Tints of Amethyst #A35ECB

Color information

#A35ECB (or 0xA35ECB) is unknown color: approx Amethyst. HEX triplet: A3, 5E and CB. RGB value is (163,94,203). Sum of RGB (Red+Green+Blue) = 163+94+203=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #A35ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ECB is #5CA134. Grayscale: #7E7E7E. Windows color (decimal): -6070581 or 13328035. OLE color: 13328035.

HSL color Cylindrical-coordinate representation of color #A35ECB: hue angle of 277.98º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A35ECB is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16394203-
CMYK0.200.5400.20
HSL277.98º51.17%58.24%-
HSV(B)277.98º53.69%79.61%-
XYZ29.8920.158.81-
YUV127.06170.86153.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 94 (37.11% from 255) = 20.43%
BLUE value IS 203 (79.69% from 255) = 44.13%
R=35.43%
G=20.43%
B=44.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163942030.200.5400.20277.9851.1758.24
HexA35ECB1436014116333a
Octal24313631324660244266372
Binary1010001110111101100101110100110110010100100010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35ECB; }

 p { color: rgb(163,94,203); }

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

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

 a { background-color: rgb(163,94,203); }

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

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

 span { border-color: rgb(163,94,203); }

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