#A270CA

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

Shades of Amethyst #A270CA

Tints of Amethyst #A270CA

Color information

#A270CA (or 0xA270CA) is unknown color: approx Amethyst. HEX triplet: A2, 70 and CA. RGB value is (162,112,202). Sum of RGB (Red+Green+Blue) = 162+112+202=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 112 (44.14% from 255 or 23.53% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #A270CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A270CA is #5D8F35. Grayscale: #888888. Windows color (decimal): -6131510 or 13267106. OLE color: 13267106.

HSL color Cylindrical-coordinate representation of color #A270CA: hue angle of 273.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A270CA is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB162112202-
CMYK0.200.4500.21
HSL273.33º45.92%61.57%-
HSV(B)273.33º44.55%79.22%-
XYZ31.3623.5358.77-
YUV137.21164.56145.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.03%
GREEN value IS 112 (44.14% from 255) = 23.53%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=34.03%
G=23.53%
B=42.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1621122020.200.4500.21273.3345.9261.57
HexA270CA142D0151112e3e
Octal24216031224550254215676
Binary1010001011100001100101010100101101010101100010001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A270CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A270CA; }

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

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

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

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

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

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

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

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