Html Css Color HEX #AF0383 Medium Violet Red

📋 copy color: '#AF0383'

red 175 ◦ green 3 ◦ blue 131

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

Shades of Medium Violet Red #AF0383

Tints of Medium Violet Red #AF0383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.39%

R = 56.63%
G = 0.97%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF0383 (or 0xAF0383) is known color: Medium Violet Red. HEX triplet: AF, 03 and 83. RGB value is (175,3,131). Sum of RGB (Red+Green+Blue) = 175+3+131=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0383 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0383 is #50FC7C. Grayscale: #444444. Windows color (decimal): -5307517 or 8586159. OLE color: 8586159.

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

Color convert

RGB 175 3 131 -
CMYK 0 0.98 0.25 0.31
HSL 315.35º 0.97% 0.35% -
HSV(B) 315.35º 0.98% 0.69% -
XYZ 21.81 10.82 22.41 -
YUV 69.02 162.98 203.59 -
System Red Green Blue C M Y K H S L
Decimal 175 3 131 0 0.98 0.25 0.31 315.35 0.97 0.35
Hex AF 3 83 0 62 19 1F 13B 61 23
Octal 257 3 203 0 142 31 37 473 141 43
Binary 10101111 11 10000011 0 1100010 11001 11111 100111011 1100001 100011

Color Harmonies of #AF0383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0383

Black with #AF0383

Text Example


Text Example

White with #AF0383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0383; }

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

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

background-color css

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

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

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

border-color css

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

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

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