Html Css Color HEX #AF037D Medium Violet Red

📋 copy color: '#AF037D'

red 175 ◦ green 3 ◦ blue 125

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

Shades of Medium Violet Red #AF037D

Tints of Medium Violet Red #AF037D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 57.76%
G = 0.99%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF037D (or 0xAF037D) is known color: Medium Violet Red. HEX triplet: AF, 03 and 7D. RGB value is (175,3,125). Sum of RGB (Red+Green+Blue) = 175+3+125=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF037D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF037D is #50FC82. Grayscale: #444444. Windows color (decimal): -5307523 or 8192943. OLE color: 8192943.

HSL color Cylindrical-coordinate representation of color #AF037D: hue angle of 317.44º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF037D is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 125 -
CMYK 0 0.98 0.29 0.31
HSL 317.44º 0.97% 0.35% -
HSV(B) 317.44º 0.98% 0.69% -
XYZ 21.41 10.66 20.33 -
YUV 68.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 175 3 125 0 0.98 0.29 0.31 317.44 0.97 0.35
Hex AF 3 7D 0 62 1D 1F 13D 61 23
Octal 257 3 175 0 142 35 37 475 141 43
Binary 10101111 11 1111101 0 1100010 11101 11111 100111101 1100001 100011

Color Harmonies of #AF037D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF037D

Black with #AF037D

Text Example


Text Example

White with #AF037D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF037D; }

 p { color: rgb(175,3,125); }

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

background-color css

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

 a { background-color: rgb(175,3,125); }

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

border-color css

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

 span { border-color: rgb(175,3,125); }

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