#A263CB

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

Shades of Amethyst #A263CB

Tints of Amethyst #A263CB

Color information

#A263CB (or 0xA263CB) is unknown color: approx Amethyst. HEX triplet: A2, 63 and CB. RGB value is (162,99,203). Sum of RGB (Red+Green+Blue) = 162+99+203=464 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.91% from 464); Green value is 99 (39.06% from 255 or 21.34% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #A263CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A263CB is #5D9C34. Grayscale: #818181. Windows color (decimal): -6134837 or 13329314. OLE color: 13329314.

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

Color convert

RGB16299203-
CMYK0.200.5100.20
HSL276.35º50%59.22%-
HSV(B)276.35º51.23%79.61%-
XYZ30.1420.9258.95-
YUV129.69169.37151.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.91%
GREEN value IS 99 (39.06% from 255) = 21.34%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=34.91%
G=21.34%
B=43.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162992030.200.5100.20276.355059.22
HexA263CB1433014114323b
Octal24214331324630244246273
Binary1010001011000111100101110100110011010100100010100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A263CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A263CB; }

 p { color: rgb(162,99,203); }

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

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

 a { background-color: rgb(162,99,203); }

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

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

 span { border-color: rgb(162,99,203); }

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