#A65CCB

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

Shades of Amethyst #A65CCB

Tints of Amethyst #A65CCB

Color information

#A65CCB (or 0xA65CCB) is unknown color: approx Amethyst. HEX triplet: A6, 5C and CB. RGB value is (166,92,203). Sum of RGB (Red+Green+Blue) = 166+92+203=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #A65CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CCB is #59A334. Grayscale: #7E7E7E. Windows color (decimal): -5874485 or 13327526. OLE color: 13327526.

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

Color convert

RGB16692203-
CMYK0.180.5500.20
HSL280º51.63%57.84%-
HSV(B)280º54.68%79.61%-
XYZ30.3320.0758.78-
YUV126.78171.02155.97-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.01%
GREEN value IS 92 (36.33% from 255) = 19.96%
BLUE value IS 203 (79.69% from 255) = 44.03%
R=36.01%
G=19.96%
B=44.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166922030.180.5500.2028051.6357.84
HexA65CCB1237014118343a
Octal24613431322670244306472
Binary1010011010111001100101110010110111010100100011000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65CCB; }

 p { color: rgb(166,92,203); }

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

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

 a { background-color: rgb(166,92,203); }

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

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

 span { border-color: rgb(166,92,203); }

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