#A05CCD

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

Shades of Amethyst #A05CCD

Tints of Amethyst #A05CCD

Color information

#A05CCD (or 0xA05CCD) is unknown color: approx Amethyst. HEX triplet: A0, 5C and CD. RGB value is (160,92,205). Sum of RGB (Red+Green+Blue) = 160+92+205=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 92 (36.33% from 255 or 20.13% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #A05CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A05CCD is #5FA332. Grayscale: #7C7C7C. Windows color (decimal): -6267699 or 13458592. OLE color: 13458592.

HSL color Cylindrical-coordinate representation of color #A05CCD: hue angle of 276.11º degrees, saturation: 0.53, 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 #A05CCD is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB16092205-
CMYK0.220.5500.20
HSL276.11º53.05%58.24%-
HSV(B)276.11º55.12%80.39%-
XYZ29.3419.5459.98-
YUV125.21173.03152.81-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.01%
GREEN value IS 92 (36.33% from 255) = 20.13%
BLUE value IS 205 (80.47% from 255) = 44.86%
R=35.01%
G=20.13%
B=44.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160922050.220.5500.20276.1153.0558.24
HexA05CCD1637014114353a
Octal24013431526670244246572
Binary1010000010111001100110110110110111010100100010100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CCD; }

 p { color: rgb(160,92,205); }

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

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

 a { background-color: rgb(160,92,205); }

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

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

 span { border-color: rgb(160,92,205); }

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