#AB6BCA

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

Shades of Amethyst #AB6BCA

Tints of Amethyst #AB6BCA

Color information

#AB6BCA (or 0xAB6BCA) is unknown color: approx Amethyst. HEX triplet: AB, 6B and CA. RGB value is (171,107,202). Sum of RGB (Red+Green+Blue) = 171+107+202=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 202 (79.30% from 255 or 42.08% from 480); Max value from RGB is 202 - color contains mainly: blue. Hex color #AB6BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BCA is #549435. Grayscale: #888888. Windows color (decimal): -5542966 or 13265835. OLE color: 13265835.

HSL color Cylindrical-coordinate representation of color #AB6BCA: hue angle of 280.42º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB6BCA is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB171107202-
CMYK0.150.4700.21
HSL280.42º47.26%60.59%-
HSV(B)280.42º47.03%79.22%-
XYZ32.7123.4458.68-
YUV136.97164.7152.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 107 (42.19% from 255) = 22.29%
BLUE value IS 202 (79.30% from 255) = 42.08%
R=35.62%
G=22.29%
B=42.08%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1711072020.150.4700.21280.4247.2660.59
HexAB6BCAF2F0151182f3d
Octal25315331217570254305775
Binary101010111101011110010101111101111010101100011000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB6BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB6BCA; }

 p { color: rgb(171,107,202); }

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

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

 a { background-color: rgb(171,107,202); }

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

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

 span { border-color: rgb(171,107,202); }

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