#A265CA

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

Shades of Amethyst #A265CA

Tints of Amethyst #A265CA

Color information

#A265CA (or 0xA265CA) is unknown color: approx Amethyst. HEX triplet: A2, 65 and CA. RGB value is (162,101,202). Sum of RGB (Red+Green+Blue) = 162+101+202=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 101 (39.84% from 255 or 21.72% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #A265CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265CA is #5D9A35. Grayscale: #828282. Windows color (decimal): -6134326 or 13264290. OLE color: 13264290.

HSL color Cylindrical-coordinate representation of color #A265CA: hue angle of 276.24º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A265CA is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162101202-
CMYK0.200.5000.21
HSL276.24º48.79%59.41%-
HSV(B)276.24º50%79.22%-
XYZ30.2121.2558.39-
YUV130.75168.21150.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.84%
GREEN value IS 101 (39.84% from 255) = 21.72%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=34.84%
G=21.72%
B=43.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621012020.200.5000.21276.2448.7959.41
HexA265CA1432015114313b
Octal24214531224620254246173
Binary1010001011001011100101010100110010010101100010100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A265CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A265CA; }

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

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

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

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

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

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

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

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