#A35CCC

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

Shades of Amethyst #A35CCC

Tints of Amethyst #A35CCC

Color information

#A35CCC (or 0xA35CCC) is unknown color: approx Amethyst. HEX triplet: A3, 5C and CC. RGB value is (163,92,204). Sum of RGB (Red+Green+Blue) = 163+92+204=459 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.51% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #A35CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A35CCC is #5CA333. Grayscale: #7D7D7D. Windows color (decimal): -6071092 or 13393059. OLE color: 13393059.

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

Color convert

RGB16392204-
CMYK0.200.5500.2
HSL278.04º52.34%58.04%-
HSV(B)278.04º54.9%80%-
XYZ29.8319.859.38-
YUV126172.02154.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.51%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 204 (80.08% from 255) = 44.44%
R=35.51%
G=20.04%
B=44.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal163922040.200.5500.2278.0452.3458.04
HexA35CCC1437014116343a
Octal24313431424670244266472
Binary1010001110111001100110010100110111010100100010110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35CCC; }

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

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

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

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

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

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

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

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