#A864CA

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

Shades of Amethyst #A864CA

Tints of Amethyst #A864CA

Color information

#A864CA (or 0xA864CA) is unknown color: approx Amethyst. HEX triplet: A8, 64 and CA. RGB value is (168,100,202). Sum of RGB (Red+Green+Blue) = 168+100+202=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 202 (79.30% from 255 or 42.98% from 470); Max value from RGB is 202 - color contains mainly: blue. Hex color #A864CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A864CA is #579B35. Grayscale: #838383. Windows color (decimal): -5741366 or 13264040. OLE color: 13264040.

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

Color convert

RGB168100202-
CMYK0.170.5000.21
HSL280º49.04%59.22%-
HSV(B)280º50.5%79.22%-
XYZ31.3721.758.41-
YUV131.96167.53153.71-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.74%
GREEN value IS 100 (39.45% from 255) = 21.28%
BLUE value IS 202 (79.30% from 255) = 42.98%
R=35.74%
G=21.28%
B=42.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1681002020.170.5000.2128049.0459.22
HexA864CA1132015118313b
Octal25014431221620254306173
Binary1010100011001001100101010001110010010101100011000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A864CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A864CA; }

 p { color: rgb(168,100,202); }

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

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

 a { background-color: rgb(168,100,202); }

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

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

 span { border-color: rgb(168,100,202); }

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