Html Css Color HEX #AF047F Medium Violet Red

📋 copy color: '#AF047F'

red 175 ◦ green 4 ◦ blue 127

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

Shades of Medium Violet Red #AF047F

Tints of Medium Violet Red #AF047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.31%

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

R = 57.19%
G = 1.31%
B = 41.5%

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

#AF047F (or 0xAF047F) is known color: Medium Violet Red. HEX triplet: AF, 04 and 7F. RGB value is (175,4,127). Sum of RGB (Red+Green+Blue) = 175+4+127=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 4 (1.95% from 255 or 1.31% from 306); Blue value is 127 (50% from 255 or 41.50% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF047F is #50FB80. Grayscale: #444444. Windows color (decimal): -5307265 or 8324271. OLE color: 8324271.

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

Color convert

RGB 175 4 127 -
CMYK 0 0.98 0.27 0.31
HSL 316.84º 0.96% 0.35% -
HSV(B) 316.84º 0.98% 0.69% -
XYZ 21.55 10.73 21.01 -
YUV 69.15 160.65 203.5 -
System Red Green Blue C M Y K H S L
Decimal 175 4 127 0 0.98 0.27 0.31 316.84 0.96 0.35
Hex AF 4 7F 0 62 1B 1F 13D 60 23
Octal 257 4 177 0 142 33 37 475 140 43
Binary 10101111 100 1111111 0 1100010 11011 11111 100111101 1100000 100011

Color Harmonies of #AF047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF047F

Black with #AF047F

Text Example


Text Example

White with #AF047F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF047F; }

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

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

background-color css

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

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

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

border-color css

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

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

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