Html Css Color HEX #AF73DC Amethyst

📋 copy color: '#AF73DC'

red 175 ◦ green 115 ◦ blue 220

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

Shades of Amethyst #AF73DC

Tints of Amethyst #AF73DC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.55%

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

R = 34.31%
G = 22.55%
B = 43.14%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AF73DC (or 0xAF73DC) is known color: Amethyst. HEX triplet: AF, 73 and DC. RGB value is (175,115,220). Sum of RGB (Red+Green+Blue) = 175+115+220=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF73DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73DC is #508C23. Grayscale: #909090. Windows color (decimal): -5278756 or 14447535. OLE color: 14447535.

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

Color convert

RGB 175 115 220 -
CMYK 0.20 0.48 0 0.14
HSL 274.29º 0.6% 0.66% -
HSV(B) 274.29º 0.48% 0.86% -
XYZ 36.73 26.54 70.9 -
YUV 144.91 170.38 149.46 -
System Red Green Blue C M Y K H S L
Decimal 175 115 220 0.20 0.48 0 0.14 274.29 0.6 0.66
Hex AF 73 DC 14 30 0 E 112 3C 42
Octal 257 163 334 24 60 0 16 422 74 102
Binary 10101111 1110011 11011100 10100 110000 0 1110 100010010 111100 1000010

Color Harmonies of #AF73DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73DC

Black with #AF73DC

Text Example


Text Example

White with #AF73DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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