#A65FCD

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

Shades of Amethyst #A65FCD

Tints of Amethyst #A65FCD

Color information

#A65FCD (or 0xA65FCD) is unknown color: approx Amethyst. HEX triplet: A6, 5F and CD. RGB value is (166,95,205). Sum of RGB (Red+Green+Blue) = 166+95+205=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #A65FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65FCD is #59A032. Grayscale: #808080. Windows color (decimal): -5873715 or 13459366. OLE color: 13459366.

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

Color convert

RGB16695205-
CMYK0.190.5400.20
HSL278.73º52.38%58.82%-
HSV(B)278.73º53.66%80.39%-
XYZ30.8420.760.13-
YUV128.77171.02154.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.62%
GREEN value IS 95 (37.5% from 255) = 20.39%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=35.62%
G=20.39%
B=43.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal166952050.190.5400.20278.7352.3858.82
HexA65FCD1336014117343b
Octal24613731523660244276473
Binary1010011010111111100110110011110110010100100010111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FCD; }

 p { color: rgb(166,95,205); }

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

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

 a { background-color: rgb(166,95,205); }

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

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

 span { border-color: rgb(166,95,205); }

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