Html Css Color HEX #AF1899 Medium Violet Red

📋 copy color: '#AF1899'

red 175 ◦ green 24 ◦ blue 153

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

Shades of Medium Violet Red #AF1899

Tints of Medium Violet Red #AF1899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.82%

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

R = 49.72%
G = 6.82%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF1899 (or 0xAF1899) is known color: Medium Violet Red. HEX triplet: AF, 18 and 99. RGB value is (175,24,153). Sum of RGB (Red+Green+Blue) = 175+24+153=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 24 (9.77% from 255 or 6.82% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1899 is #50E766. Grayscale: #535353. Windows color (decimal): -5302119 or 10033327. OLE color: 10033327.

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

Color convert

RGB 175 24 153 -
CMYK 0 0.86 0.13 0.31
HSL 308.74º 0.76% 0.39% -
HSV(B) 308.74º 0.86% 0.69% -
XYZ 23.76 12.07 31.21 -
YUV 83.86 167.03 193.01 -
System Red Green Blue C M Y K H S L
Decimal 175 24 153 0 0.86 0.13 0.31 308.74 0.76 0.39
Hex AF 18 99 0 56 D 1F 135 4C 27
Octal 257 30 231 0 126 15 37 465 114 47
Binary 10101111 11000 10011001 0 1010110 1101 11111 100110101 1001100 100111

Color Harmonies of #AF1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1899

Black with #AF1899

Text Example


Text Example

White with #AF1899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1899; }

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

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

background-color css

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

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

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

border-color css

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

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

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