#A965CA

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

Shades of Amethyst #A965CA

Tints of Amethyst #A965CA

Color information

#A965CA (or 0xA965CA) is unknown color: approx Amethyst. HEX triplet: A9, 65 and CA. RGB value is (169,101,202). Sum of RGB (Red+Green+Blue) = 169+101+202=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #A965CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A965CA is #569A35. Grayscale: #848484. Windows color (decimal): -5675574 or 13264297. OLE color: 13264297.

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

Color convert

RGB169101202-
CMYK0.160.5000.21
HSL280.4º48.79%59.41%-
HSV(B)280.4º50%79.22%-
XYZ31.6822.0158.46-
YUV132.85167.03153.79-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.81%
GREEN value IS 101 (39.84% from 255) = 21.40%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=35.81%
G=21.40%
B=42.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1691012020.160.5000.21280.448.7959.41
HexA965CA1032015118313b
Octal25114531220620254306173
Binary1010100111001011100101010000110010010101100011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A965CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A965CA; }

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

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

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

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

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

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

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

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