#A862CA

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

Shades of Amethyst #A862CA

Tints of Amethyst #A862CA

Color information

#A862CA (or 0xA862CA) is unknown color: approx Amethyst. HEX triplet: A8, 62 and CA. RGB value is (168,98,202). Sum of RGB (Red+Green+Blue) = 168+98+202=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #A862CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862CA is #579D35. Grayscale: #828282. Windows color (decimal): -5741878 or 13263528. OLE color: 13263528.

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

Color convert

RGB16898202-
CMYK0.170.5100.21
HSL280.38º49.52%58.82%-
HSV(B)280.38º51.49%79.22%-
XYZ31.1821.3258.35-
YUV130.79168.19154.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.90%
GREEN value IS 98 (38.67% from 255) = 20.94%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=35.90%
G=20.94%
B=43.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168982020.170.5100.21280.3849.5258.82
HexA862CA1133015118323b
Octal25014231221630254306273
Binary1010100011000101100101010001110011010101100011000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A862CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A862CA; }

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

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

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

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

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

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

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

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