#AF6ADC

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

Shades of Amethyst #AF6ADC

Tints of Amethyst #AF6ADC

Color information

#AF6ADC (or 0xAF6ADC) is unknown color: approx Amethyst. HEX triplet: AF, 6A and DC. RGB value is (175,106,220). Sum of RGB (Red+Green+Blue) = 175+106+220=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF6ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6ADC is #509523. Grayscale: #8B8B8B. Windows color (decimal): -5281060 or 14445231. OLE color: 14445231.

HSL color Cylindrical-coordinate representation of color #AF6ADC: hue angle of 276.32º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF6ADC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175106220-
CMYK0.200.5200.14
HSL276.32º61.96%63.92%-
HSV(B)276.32º51.82%86.27%-
XYZ35.7524.5970.57-
YUV139.63173.36153.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.93%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 220 (86.33% from 255) = 43.91%
R=34.93%
G=21.16%
B=43.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751062200.200.5200.14276.3261.9663.92
HexAF6ADC14340E1143e40
Octal257152334246401642476100
Binary1010111111010101101110010100110100011101000101001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6ADC; }

 p { color: rgb(175,106,220); }

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

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

 a { background-color: rgb(175,106,220); }

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

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

 span { border-color: rgb(175,106,220); }

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