#A468CB

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

Shades of Amethyst #A468CB

Tints of Amethyst #A468CB

Color information

#A468CB (or 0xA468CB) is unknown color: approx Amethyst. HEX triplet: A4, 68 and CB. RGB value is (164,104,203). Sum of RGB (Red+Green+Blue) = 164+104+203=471 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.82% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #A468CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468CB is #5B9734. Grayscale: #848484. Windows color (decimal): -6002485 or 13330596. OLE color: 13330596.

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

Color convert

RGB164104203-
CMYK0.190.4900.20
HSL276.36º48.77%60.2%-
HSV(B)276.36º48.77%79.61%-
XYZ31.0422.159.13-
YUV133.23167.38149.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.82%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=34.82%
G=22.08%
B=43.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1641042030.190.4900.20276.3648.7760.2
HexA468CB1331014114313c
Octal24415031323610244246174
Binary1010010011010001100101110011110001010100100010100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468CB; }

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

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

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

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

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

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

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

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