#A35DCE

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

Shades of Amethyst #A35DCE

Tints of Amethyst #A35DCE

Color information

#A35DCE (or 0xA35DCE) is unknown color: approx Amethyst. HEX triplet: A3, 5D and CE. RGB value is (163,93,206). Sum of RGB (Red+Green+Blue) = 163+93+206=462 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.28% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 206 - color contains mainly: blue. Hex color #A35DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35DCE is #5CA231. Grayscale: #7E7E7E. Windows color (decimal): -6070834 or 13524387. OLE color: 13524387.

HSL color Cylindrical-coordinate representation of color #A35DCE: hue angle of 277.17º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A35DCE is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16393206-
CMYK0.210.5500.19
HSL277.17º53.55%58.63%-
HSV(B)277.17º54.85%80.78%-
XYZ30.1620.0760.68-
YUV126.81172.69153.81-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.28%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 206 (80.86% from 255) = 44.59%
R=35.28%
G=20.13%
B=44.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal163932060.210.5500.19277.1753.5558.63
HexA35DCE1537013115363b
Octal24313531625670234256673
Binary1010001110111011100111010101110111010011100010101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35DCE; }

 p { color: rgb(163,93,206); }

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

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

 a { background-color: rgb(163,93,206); }

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

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

 span { border-color: rgb(163,93,206); }

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