#A062CB

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

Shades of Amethyst #A062CB

Tints of Amethyst #A062CB

Color information

#A062CB (or 0xA062CB) is unknown color: approx Amethyst. HEX triplet: A0, 62 and CB. RGB value is (160,98,203). Sum of RGB (Red+Green+Blue) = 160+98+203=461 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.71% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #A062CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A062CB is #5F9D34. Grayscale: #808080. Windows color (decimal): -6266165 or 13329056. OLE color: 13329056.

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

Color convert

RGB16098203-
CMYK0.210.5200.20
HSL275.43º50.24%59.02%-
HSV(B)275.43º51.72%79.61%-
XYZ29.6420.5258.9-
YUV128.51170.04150.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 34.71%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=34.71%
G=21.26%
B=44.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160982030.210.5200.20275.4350.2459.02
HexA062CB1534014113323b
Octal24014231325640244236273
Binary1010000011000101100101110101110100010100100010011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A062CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A062CB; }

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

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

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

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

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

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

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

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