#A35ACD

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

Shades of Amethyst #A35ACD

Tints of Amethyst #A35ACD

Color information

#A35ACD (or 0xA35ACD) is unknown color: approx Amethyst. HEX triplet: A3, 5A and CD. RGB value is (163,90,205). Sum of RGB (Red+Green+Blue) = 163+90+205=458 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.59% from 458); Green value is 90 (35.55% from 255 or 19.65% from 458); Blue value is 205 (80.47% from 255 or 44.76% from 458); Max value from RGB is 205 - color contains mainly: blue. Hex color #A35ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35ACD is #5CA532. Grayscale: #7C7C7C. Windows color (decimal): -6071603 or 13458083. OLE color: 13458083.

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

Color convert

RGB16390205-
CMYK0.200.5600.20
HSL278.09º53.49%57.84%-
HSV(B)278.09º56.1%80.39%-
XYZ29.7819.5159.95-
YUV124.94173.18155.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.59%
GREEN value IS 90 (35.55% from 255) = 19.65%
BLUE value IS 205 (80.47% from 255) = 44.76%
R=35.59%
G=19.65%
B=44.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163902050.200.5600.20278.0953.4957.84
HexA35ACD1438014116353a
Octal24313231524700244266572
Binary1010001110110101100110110100111000010100100010110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35ACD; }

 p { color: rgb(163,90,205); }

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

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

 a { background-color: rgb(163,90,205); }

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

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

 span { border-color: rgb(163,90,205); }

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