Html Css Color HEX #AF73DD Amethyst

📋 copy color: '#AF73DD'

red 175 ◦ green 115 ◦ blue 221

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

Shades of Amethyst #AF73DD

Tints of Amethyst #AF73DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 34.25%
G = 22.5%
B = 43.25%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF73DD (or 0xAF73DD) is known color: Amethyst. HEX triplet: AF, 73 and DD. RGB value is (175,115,221). Sum of RGB (Red+Green+Blue) = 175+115+221=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF73DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73DD is #508C22. Grayscale: #909090. Windows color (decimal): -5278755 or 14513071. OLE color: 14513071.

HSL color Cylindrical-coordinate representation of color #AF73DD: hue angle of 273.96º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AF73DD is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 115 221 -
CMYK 0.21 0.48 0 0.13
HSL 273.96º 0.61% 0.66% -
HSV(B) 273.96º 0.48% 0.87% -
XYZ 36.86 26.6 71.6 -
YUV 145.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 175 115 221 0.21 0.48 0 0.13 273.96 0.61 0.66
Hex AF 73 DD 15 30 0 D 112 3D 42
Octal 257 163 335 25 60 0 15 422 75 102
Binary 10101111 1110011 11011101 10101 110000 0 1101 100010010 111101 1000010

Color Harmonies of #AF73DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73DD

Black with #AF73DD

Text Example


Text Example

White with #AF73DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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