#A772CB

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

Shades of Amethyst #A772CB

Tints of Amethyst #A772CB

Color information

#A772CB (or 0xA772CB) is unknown color: approx Amethyst. HEX triplet: A7, 72 and CB. RGB value is (167,114,203). Sum of RGB (Red+Green+Blue) = 167+114+203=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 114 (44.92% from 255 or 23.55% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 203 - color contains mainly: blue. Hex color #A772CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772CB is #588D34. Grayscale: #8B8B8B. Windows color (decimal): -5803317 or 13333159. OLE color: 13333159.

HSL color Cylindrical-coordinate representation of color #A772CB: hue angle of 275.73º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A772CB is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB167114203-
CMYK0.180.4400.20
HSL275.73º46.11%62.16%-
HSV(B)275.73º43.84%79.61%-
XYZ32.7324.5659.52-
YUV139.99163.56147.26-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 114 (44.92% from 255) = 23.55%
BLUE value IS 203 (79.69% from 255) = 41.94%
R=34.50%
G=23.55%
B=41.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671142030.180.4400.20275.7346.1162.16
HexA772CB122C0141142e3e
Octal24716231322540244245676
Binary1010011111100101100101110010101100010100100010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772CB; }

 p { color: rgb(167,114,203); }

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

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

 a { background-color: rgb(167,114,203); }

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

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

 span { border-color: rgb(167,114,203); }

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