Html Css Color HEX #AF037F Medium Violet Red

📋 copy color: '#AF037F'

red 175 ◦ green 3 ◦ blue 127

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

Shades of Medium Violet Red #AF037F

Tints of Medium Violet Red #AF037F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 41.64%

R = 57.38%
G = 0.98%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF037F (or 0xAF037F) is known color: Medium Violet Red. HEX triplet: AF, 03 and 7F. RGB value is (175,3,127). Sum of RGB (Red+Green+Blue) = 175+3+127=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 127 (50% from 255 or 41.64% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF037F is #50FC80. Grayscale: #444444. Windows color (decimal): -5307521 or 8324015. OLE color: 8324015.

HSL color Cylindrical-coordinate representation of color #AF037F: hue angle of 316.74º 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 #AF037F is Cyan = 0, Magento = 0.98, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 3 127 -
CMYK 0 0.98 0.27 0.31
HSL 316.74º 0.97% 0.35% -
HSV(B) 316.74º 0.98% 0.69% -
XYZ 21.54 10.71 21.01 -
YUV 68.56 160.98 203.92 -
System Red Green Blue C M Y K H S L
Decimal 175 3 127 0 0.98 0.27 0.31 316.74 0.97 0.35
Hex AF 3 7F 0 62 1B 1F 13D 61 23
Octal 257 3 177 0 142 33 37 475 141 43
Binary 10101111 11 1111111 0 1100010 11011 11111 100111101 1100001 100011

Color Harmonies of #AF037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF037F

Black with #AF037F

Text Example


Text Example

White with #AF037F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF037F; }

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

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

background-color css

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

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

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

border-color css

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

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

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