#A35CDE

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

Shades of Amethyst #A35CDE

Tints of Amethyst #A35CDE

Color information

#A35CDE (or 0xA35CDE) is unknown color: approx Amethyst. HEX triplet: A3, 5C and DE. RGB value is (163,92,222). Sum of RGB (Red+Green+Blue) = 163+92+222=477 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.17% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #A35CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CDE is #5CA321. Grayscale: #7F7F7F. Windows color (decimal): -6071074 or 14572707. OLE color: 14572707.

HSL color Cylindrical-coordinate representation of color #A35CDE: hue angle of 272.77º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A35CDE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16392222-
CMYK0.270.5900.13
HSL272.77º66.33%61.57%-
HSV(B)272.77º58.56%87.06%-
XYZ32.1220.7171.41-
YUV128.05181.02152.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.17%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 222 (87.11% from 255) = 46.54%
R=34.17%
G=19.29%
B=46.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163922220.270.5900.13272.7766.3361.57
HexA35CDE1B3B0D111423e
Octal243134336337301542110276
Binary1010001110111001101111011011111011011011000100011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35CDE; }

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

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

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

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

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

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

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

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