Html Css Color HEX #AF73D8 Amethyst

📋 copy color: '#AF73D8'

red 175 ◦ green 115 ◦ blue 216

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

Shades of Amethyst #AF73D8

Tints of Amethyst #AF73D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.69%

R = 34.58%
G = 22.73%
B = 42.69%

CMYK

 C value IS 0.19

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF73D8 (or 0xAF73D8) is known color: Amethyst. HEX triplet: AF, 73 and D8. RGB value is (175,115,216). Sum of RGB (Red+Green+Blue) = 175+115+216=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 216 (84.77% from 255 or 42.69% from 506); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF73D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73D8 is #508C27. Grayscale: #909090. Windows color (decimal): -5278760 or 14185391. OLE color: 14185391.

HSL color Cylindrical-coordinate representation of color #AF73D8: hue angle of 275.64º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AF73D8 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 115 216 -
CMYK 0.19 0.47 0 0.15
HSL 275.64º 0.56% 0.65% -
HSV(B) 275.64º 0.47% 0.85% -
XYZ 36.2 26.33 68.14 -
YUV 144.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 175 115 216 0.19 0.47 0 0.15 275.64 0.56 0.65
Hex AF 73 D8 13 2F 0 F 114 38 41
Octal 257 163 330 23 57 0 17 424 70 101
Binary 10101111 1110011 11011000 10011 101111 0 1111 100010100 111000 1000001

Color Harmonies of #AF73D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73D8

Black with #AF73D8

Text Example


Text Example

White with #AF73D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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