#A862DC

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

Shades of Amethyst #A862DC

Tints of Amethyst #A862DC

Color information

#A862DC (or 0xA862DC) is unknown color: approx Amethyst. HEX triplet: A8, 62 and DC. RGB value is (168,98,220). Sum of RGB (Red+Green+Blue) = 168+98+220=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 98 (38.67% from 255 or 20.16% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #A862DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A862DC is #579D23. Grayscale: #848484. Windows color (decimal): -5741860 or 14443176. OLE color: 14443176.

HSL color Cylindrical-coordinate representation of color #A862DC: hue angle of 274.43º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A862DC is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16898220-
CMYK0.240.5500.14
HSL274.43º63.54%62.35%-
HSV(B)274.43º55.45%86.27%-
XYZ33.4322.2370.24-
YUV132.84177.19153.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.57%
GREEN value IS 98 (38.67% from 255) = 20.16%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=34.57%
G=20.16%
B=45.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal168982200.240.5500.14274.4363.5462.35
HexA862DC18370E112403e
Octal250142334306701642210076
Binary1010100011000101101110011000110111011101000100101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A862DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A862DC; }

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

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

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

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

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

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

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

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