#A465CB

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

Shades of Amethyst #A465CB

Tints of Amethyst #A465CB

Color information

#A465CB (or 0xA465CB) is unknown color: approx Amethyst. HEX triplet: A4, 65 and CB. RGB value is (164,101,203). Sum of RGB (Red+Green+Blue) = 164+101+203=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #A465CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A465CB is #5B9A34. Grayscale: #838383. Windows color (decimal): -6003253 or 13329828. OLE color: 13329828.

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

Color convert

RGB164101203-
CMYK0.190.5000.20
HSL277.06º49.51%59.61%-
HSV(B)277.06º50.25%79.61%-
XYZ30.7421.5159.03-
YUV131.46168.37151.21-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.04%
GREEN value IS 101 (39.84% from 255) = 21.58%
BLUE value IS 203 (79.69% from 255) = 43.38%
R=35.04%
G=21.58%
B=43.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641012030.190.5000.20277.0649.5159.61
HexA465CB1332014115323c
Octal24414531323620244256274
Binary1010010011001011100101110011110010010100100010101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A465CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A465CB; }

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

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

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

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

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

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

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

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