#A970CA

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

Shades of Amethyst #A970CA

Tints of Amethyst #A970CA

Color information

#A970CA (or 0xA970CA) is unknown color: approx Amethyst. HEX triplet: A9, 70 and CA. RGB value is (169,112,202). Sum of RGB (Red+Green+Blue) = 169+112+202=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 202 (79.30% from 255 or 41.82% from 483); Max value from RGB is 202 - color contains mainly: blue. Hex color #A970CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A970CA is #568F35. Grayscale: #8B8B8B. Windows color (decimal): -5672758 or 13267113. OLE color: 13267113.

HSL color Cylindrical-coordinate representation of color #A970CA: hue angle of 278º 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 #A970CA is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB169112202-
CMYK0.160.4500.21
HSL278º45.92%61.57%-
HSV(B)278º44.55%79.22%-
XYZ32.8224.2958.84-
YUV139.3163.38149.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.99%
GREEN value IS 112 (44.14% from 255) = 23.19%
BLUE value IS 202 (79.30% from 255) = 41.82%
R=34.99%
G=23.19%
B=41.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691122020.160.4500.2127845.9261.57
HexA970CA102D0151162e3e
Octal25116031220550254265676
Binary1010100111100001100101010000101101010101100010110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A970CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A970CA; }

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

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

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

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

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

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

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

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