Html Css Color HEX #AF047D Medium Violet Red

📋 copy color: '#AF047D'

red 175 ◦ green 4 ◦ blue 125

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

Shades of Medium Violet Red #AF047D

Tints of Medium Violet Red #AF047D

RGB

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

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

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

R = 57.57%
G = 1.32%
B = 41.12%

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

#AF047D (or 0xAF047D) is known color: Medium Violet Red. HEX triplet: AF, 04 and 7D. RGB value is (175,4,125). Sum of RGB (Red+Green+Blue) = 175+4+125=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AF047D is #50FB82. Grayscale: #444444. Windows color (decimal): -5307267 or 8193199. OLE color: 8193199.

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

Color convert

RGB 175 4 125 -
CMYK 0 0.98 0.29 0.31
HSL 317.54º 0.96% 0.35% -
HSV(B) 317.54º 0.98% 0.69% -
XYZ 21.42 10.68 20.33 -
YUV 68.92 159.65 203.66 -
System Red Green Blue C M Y K H S L
Decimal 175 4 125 0 0.98 0.29 0.31 317.54 0.96 0.35
Hex AF 4 7D 0 62 1D 1F 13E 60 23
Octal 257 4 175 0 142 35 37 476 140 43
Binary 10101111 100 1111101 0 1100010 11101 11111 100111110 1100000 100011

Color Harmonies of #AF047D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF047D

Black with #AF047D

Text Example


Text Example

White with #AF047D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF047D; }

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

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

background-color css

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

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

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

border-color css

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

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

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