Html Css Color HEX #AF73CF Amethyst

📋 copy color: '#AF73CF'

red 175 ◦ green 115 ◦ blue 207

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

Shades of Amethyst #AF73CF

Tints of Amethyst #AF73CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.65%

R = 35.21%
G = 23.14%
B = 41.65%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AF73CF (or 0xAF73CF) is known color: Amethyst. HEX triplet: AF, 73 and CF. RGB value is (175,115,207). Sum of RGB (Red+Green+Blue) = 175+115+207=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF73CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73CF is #508C30. Grayscale: #8F8F8F. Windows color (decimal): -5278769 or 13595567. OLE color: 13595567.

HSL color Cylindrical-coordinate representation of color #AF73CF: hue angle of 279.13º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AF73CF is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 115 207 -
CMYK 0.15 0.44 0 0.19
HSL 279.13º 0.49% 0.63% -
HSV(B) 279.13º 0.44% 0.81% -
XYZ 35.07 25.88 62.18 -
YUV 143.43 163.88 150.52 -
System Red Green Blue C M Y K H S L
Decimal 175 115 207 0.15 0.44 0 0.19 279.13 0.49 0.63
Hex AF 73 CF F 2C 0 13 117 31 3F
Octal 257 163 317 17 54 0 23 427 61 77
Binary 10101111 1110011 11001111 1111 101100 0 10011 100010111 110001 111111

Color Harmonies of #AF73CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73CF

Black with #AF73CF

Text Example


Text Example

White with #AF73CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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