#A266CB

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

Shades of Amethyst #A266CB

Tints of Amethyst #A266CB

Color information

#A266CB (or 0xA266CB) is unknown color: approx Amethyst. HEX triplet: A2, 66 and CB. RGB value is (162,102,203). Sum of RGB (Red+Green+Blue) = 162+102+203=467 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.69% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #A266CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A266CB is #5D9934. Grayscale: #838383. Windows color (decimal): -6134069 or 13330082. OLE color: 13330082.

HSL color Cylindrical-coordinate representation of color #A266CB: hue angle of 275.64º degrees, saturation: 0.49, 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 #A266CB is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB162102203-
CMYK0.200.5000.20
HSL275.64º49.27%59.8%-
HSV(B)275.64º49.75%79.61%-
XYZ30.4321.559.05-
YUV131.45168.38149.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 34.69%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 203 (79.69% from 255) = 43.47%
R=34.69%
G=21.84%
B=43.47%

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
Decimal1621022030.200.5000.20275.6449.2759.8
HexA266CB1432014114313c
Octal24214631324620244246174
Binary1010001011001101100101110100110010010100100010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A266CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A266CB; }

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

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

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

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

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

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

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

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