#A35AD2

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

Shades of Amethyst #A35AD2

Tints of Amethyst #A35AD2

Color information

#A35AD2 (or 0xA35AD2) is unknown color: approx Amethyst. HEX triplet: A3, 5A and D2. RGB value is (163,90,210). Sum of RGB (Red+Green+Blue) = 163+90+210=463 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.21% from 463); Green value is 90 (35.55% from 255 or 19.44% from 463); Blue value is 210 (82.42% from 255 or 45.36% from 463); Max value from RGB is 210 - color contains mainly: blue. Hex color #A35AD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35AD2 is #5CA52D. Grayscale: #7D7D7D. Windows color (decimal): -6071598 or 13785763. OLE color: 13785763.

HSL color Cylindrical-coordinate representation of color #A35AD2: hue angle of 276.5º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A35AD2 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16390210-
CMYK0.220.5700.18
HSL276.5º57.14%58.82%-
HSV(B)276.5º57.14%82.35%-
XYZ30.3919.7563.18-
YUV125.51175.68154.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.21%
GREEN value IS 90 (35.55% from 255) = 19.44%
BLUE value IS 210 (82.42% from 255) = 45.36%
R=35.21%
G=19.44%
B=45.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal163902100.220.5700.18276.557.1458.82
HexA35AD21639012114393b
Octal24313232226710224247173
Binary1010001110110101101001010110111001010010100010100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35AD2; }

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

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

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

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

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

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

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

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