#AB63CE

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

Shades of Amethyst #AB63CE

Tints of Amethyst #AB63CE

Color information

#AB63CE (or 0xAB63CE) is unknown color: approx Amethyst. HEX triplet: AB, 63 and CE. RGB value is (171,99,206). Sum of RGB (Red+Green+Blue) = 171+99+206=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB63CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB63CE is #549C31. Grayscale: #848484. Windows color (decimal): -5545010 or 13525931. OLE color: 13525931.

HSL color Cylindrical-coordinate representation of color #AB63CE: hue angle of 280.37º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB63CE is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB17199206-
CMYK0.170.5200.19
HSL280.37º52.2%59.8%-
HSV(B)280.37º51.94%80.78%-
XYZ32.422.0460.94-
YUV132.73169.35155.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 99 (39.06% from 255) = 20.80%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=35.92%
G=20.80%
B=43.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal171992060.170.5200.19280.3752.259.8
HexAB63CE1134013118343c
Octal25314331621640234306474
Binary1010101111000111100111010001110100010011100011000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB63CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB63CE; }

 p { color: rgb(171,99,206); }

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

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

 a { background-color: rgb(171,99,206); }

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

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

 span { border-color: rgb(171,99,206); }

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