Html Css Color HEX #AF1699 Medium Violet Red

📋 copy color: '#AF1699'

red 175 ◦ green 22 ◦ blue 153

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

Shades of Medium Violet Red #AF1699

Tints of Medium Violet Red #AF1699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.29%

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 50%
G = 6.29%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF1699 (or 0xAF1699) is known color: Medium Violet Red. HEX triplet: AF, 16 and 99. RGB value is (175,22,153). Sum of RGB (Red+Green+Blue) = 175+22+153=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 22 (8.98% from 255 or 6.29% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1699 is #50E966. Grayscale: #525252. Windows color (decimal): -5302631 or 10032815. OLE color: 10032815.

HSL color Cylindrical-coordinate representation of color #AF1699: hue angle of 308.63º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1699 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 22 153 -
CMYK 0 0.87 0.13 0.31
HSL 308.63º 0.78% 0.39% -
HSV(B) 308.63º 0.87% 0.69% -
XYZ 23.72 11.99 31.2 -
YUV 82.68 167.69 193.85 -
System Red Green Blue C M Y K H S L
Decimal 175 22 153 0 0.87 0.13 0.31 308.63 0.78 0.39
Hex AF 16 99 0 57 D 1F 135 4E 27
Octal 257 26 231 0 127 15 37 465 116 47
Binary 10101111 10110 10011001 0 1010111 1101 11111 100110101 1001110 100111

Color Harmonies of #AF1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1699

Black with #AF1699

Text Example


Text Example

White with #AF1699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1699; }

 p { color: rgb(175,22,153); }

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

background-color css

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

 a { background-color: rgb(175,22,153); }

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

border-color css

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

 span { border-color: rgb(175,22,153); }

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