#A35CE3

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

Shades of Amethyst #A35CE3

Tints of Amethyst #A35CE3

Color information

#A35CE3 (or 0xA35CE3) is unknown color: approx Amethyst. HEX triplet: A3, 5C and E3. RGB value is (163,92,227). Sum of RGB (Red+Green+Blue) = 163+92+227=482 (63% of max value = 765). Red value is 163 (64.06% from 255 or 33.82% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 227 (89.06% from 255 or 47.10% from 482); Max value from RGB is 227 - color contains mainly: blue. Hex color #A35CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CE3 is #5CA31C. Grayscale: #808080. Windows color (decimal): -6071069 or 14900387. OLE color: 14900387.

HSL color Cylindrical-coordinate representation of color #A35CE3: hue angle of 271.56º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A35CE3 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16392227-
CMYK0.280.5900.11
HSL271.56º70.68%62.55%-
HSV(B)271.56º59.47%89.02%-
XYZ32.820.9975-
YUV128.62183.52152.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.82%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 227 (89.06% from 255) = 47.10%
R=33.82%
G=19.09%
B=47.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163922270.280.5900.11271.5670.6862.55
HexA35CE31C3B0B110473f
Octal243134343347301342010777
Binary1010001110111001110001111100111011010111000100001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35CE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35CE3; }

 p { color: rgb(163,92,227); }

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

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

 a { background-color: rgb(163,92,227); }

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

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

 span { border-color: rgb(163,92,227); }

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