#AB62D6

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

Shades of Amethyst #AB62D6

Tints of Amethyst #AB62D6

Color information

#AB62D6 (or 0xAB62D6) is unknown color: approx Amethyst. HEX triplet: AB, 62 and D6. RGB value is (171,98,214). Sum of RGB (Red+Green+Blue) = 171+98+214=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 214 (83.98% from 255 or 44.31% from 483); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB62D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62D6 is #549D29. Grayscale: #848484. Windows color (decimal): -5545258 or 14049963. OLE color: 14049963.

HSL color Cylindrical-coordinate representation of color #AB62D6: hue angle of 277.76º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB62D6 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17198214-
CMYK0.200.5400.16
HSL277.76º58.59%61.18%-
HSV(B)277.76º54.21%83.92%-
XYZ33.322.2566.16-
YUV133.05173.68155.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 98 (38.67% from 255) = 20.29%
BLUE value IS 214 (83.98% from 255) = 44.31%
R=35.40%
G=20.29%
B=44.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal171982140.200.5400.16277.7658.5961.18
HexAB62D614360101163b3d
Octal25314232624660204267375
Binary1010101111000101101011010100110110010000100010110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB62D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB62D6; }

 p { color: rgb(171,98,214); }

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

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

 a { background-color: rgb(171,98,214); }

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

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

 span { border-color: rgb(171,98,214); }

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