#A265CB

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

Shades of Amethyst #A265CB

Tints of Amethyst #A265CB

Color information

#A265CB (or 0xA265CB) is unknown color: approx Amethyst. HEX triplet: A2, 65 and CB. RGB value is (162,101,203). Sum of RGB (Red+Green+Blue) = 162+101+203=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 203 (79.69% from 255 or 43.56% from 466); Max value from RGB is 203 - color contains mainly: blue. Hex color #A265CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A265CB is #5D9A34. Grayscale: #828282. Windows color (decimal): -6134325 or 13329826. OLE color: 13329826.

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

Color convert

RGB162101203-
CMYK0.200.5000.20
HSL275.88º49.51%59.61%-
HSV(B)275.88º50.25%79.61%-
XYZ30.3321.359.01-
YUV130.87168.71150.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.76%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 203 (79.69% from 255) = 43.56%
R=34.76%
G=21.67%
B=43.56%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1621012030.200.5000.20275.8849.5159.61
HexA265CB1432014114323c
Octal24214531324620244246274
Binary1010001011001011100101110100110010010100100010100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A265CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A265CB; }

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

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

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

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

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

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

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

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