#A35FDA

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

Shades of Amethyst #A35FDA

Tints of Amethyst #A35FDA

Color information

#A35FDA (or 0xA35FDA) is unknown color: approx Amethyst. HEX triplet: A3, 5F and DA. RGB value is (163,95,218). Sum of RGB (Red+Green+Blue) = 163+95+218=476 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.24% from 476); Green value is 95 (37.5% from 255 or 19.96% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #A35FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35FDA is #5CA025. Grayscale: #808080. Windows color (decimal): -6070310 or 14311331. OLE color: 14311331.

HSL color Cylindrical-coordinate representation of color #A35FDA: hue angle of 273.17º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A35FDA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16395218-
CMYK0.250.5600.15
HSL273.17º62.44%61.37%-
HSV(B)273.17º56.42%85.49%-
XYZ31.8521.0368.71-
YUV129.35178.03152-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.24%
GREEN value IS 95 (37.5% from 255) = 19.96%
BLUE value IS 218 (85.55% from 255) = 45.80%
R=34.24%
G=19.96%
B=45.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163952180.250.5600.15273.1762.4461.37
HexA35FDA19380F1113e3d
Octal24313733231700174217675
Binary101000111011111110110101100111100001111100010001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35FDA; }

 p { color: rgb(163,95,218); }

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

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

 a { background-color: rgb(163,95,218); }

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

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

 span { border-color: rgb(163,95,218); }

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