Html Css Color HEX #AF76DC Amethyst

📋 copy color: '#AF76DC'

red 175 ◦ green 118 ◦ blue 220

#AF76DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #AF76DC

Tints of Amethyst #AF76DC

RGB

 RED value IS 175 (68.75% from 255) = 34.11%

 GREEN value IS 118 (46.48% from 255) = 23%

 BLUE value IS 220 (86.33% from 255) = 42.88%

R = 34.11%
G = 23%
B = 42.88%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF76DC (or 0xAF76DC) is known color: Amethyst. HEX triplet: AF, 76 and DC. RGB value is (175,118,220). Sum of RGB (Red+Green+Blue) = 175+118+220=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF76DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF76DC is #508923. Grayscale: #929292. Windows color (decimal): -5277988 or 14448303. OLE color: 14448303.

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

Color convert

RGB 175 118 220 -
CMYK 0.20 0.46 0 0.14
HSL 273.53º 0.59% 0.66% -
HSV(B) 273.53º 0.46% 0.86% -
XYZ 37.08 27.24 71.01 -
YUV 146.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 175 118 220 0.20 0.46 0 0.14 273.53 0.59 0.66
Hex AF 76 DC 14 2E 0 E 112 3B 42
Octal 257 166 334 24 56 0 16 422 73 102
Binary 10101111 1110110 11011100 10100 101110 0 1110 100010010 111011 1000010

Color Harmonies of #AF76DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF76DC

Black with #AF76DC

Text Example


Text Example

White with #AF76DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF76DC; }

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

 H1.HeaderClassName
 {
   color: #AF76DC;
 }
 .AnyTagClassName
 {
   color: #AF76DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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