#A265CD

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

Shades of Amethyst #A265CD

Tints of Amethyst #A265CD

Color information

#A265CD (or 0xA265CD) is unknown color: approx Amethyst. HEX triplet: A2, 65 and CD. RGB value is (162,101,205). Sum of RGB (Red+Green+Blue) = 162+101+205=468 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.62% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 205 (80.47% from 255 or 43.80% from 468); Max value from RGB is 205 - color contains mainly: blue. Hex color #A265CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265CD is #5D9A32. Grayscale: #828282. Windows color (decimal): -6134323 or 13460898. OLE color: 13460898.

HSL color Cylindrical-coordinate representation of color #A265CD: hue angle of 275.19º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A265CD is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162101205-
CMYK0.210.5100.20
HSL275.19º50.98%60%-
HSV(B)275.19º50.73%80.39%-
XYZ30.5721.460.28-
YUV131.1169.71150.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.62%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 205 (80.47% from 255) = 43.80%
R=34.62%
G=21.58%
B=43.80%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621012050.210.5100.20275.1950.9860
HexA265CD1533014113333c
Octal24214531525630244236374
Binary1010001011001011100110110101110011010100100010011110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A265CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A265CD; }

 p { color: rgb(162,101,205); }

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

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

 a { background-color: rgb(162,101,205); }

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

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

 span { border-color: rgb(162,101,205); }

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