#a962cb

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

Shades of Amethyst #A962CB

Tints of Amethyst #A962CB

Color information

#A962CB (or 0xA962CB) is unknown color: approx Amethyst. HEX triplet: A9, 62 and CB. RGB value is (169,98,203). Sum of RGB (Red+Green+Blue) = 169+98+203=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #A962CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962CB is #569D34. Grayscale: #828282. Windows color (decimal): -5676341 or 13329065. OLE color: 13329065.

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

Color convert

RGB16998203-
CMYK0.170.5200.20
HSL280.57º50.24%59.02%-
HSV(B)280.57º51.72%79.61%-
XYZ31.5121.4858.99-
YUV131.2168.52154.96-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.96%
GREEN value IS 98 (38.67% from 255) = 20.85%
BLUE value IS 203 (79.69% from 255) = 43.19%
R=35.96%
G=20.85%
B=43.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169982030.170.5200.20280.5750.2459.02
HexA962CB1134014119323b
Octal25114231321640244316273
Binary1010100111000101100101110001110100010100100011001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a962cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a962cb; }

 p { color: rgb(169,98,203); }

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

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

 a { background-color: rgb(169,98,203); }

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

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

 span { border-color: rgb(169,98,203); }

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