Html Css Color HEX #AF0483 Medium Violet Red

📋 copy color: '#AF0483'

red 175 ◦ green 4 ◦ blue 131

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

Shades of Medium Violet Red #AF0483

Tints of Medium Violet Red #AF0483

RGB

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

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

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

R = 56.45%
G = 1.29%
B = 42.26%

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

#AF0483 (or 0xAF0483) is known color: Medium Violet Red. HEX triplet: AF, 04 and 83. RGB value is (175,4,131). Sum of RGB (Red+Green+Blue) = 175+4+131=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 4 (1.95% from 255 or 1.29% from 310); Blue value is 131 (51.56% from 255 or 42.26% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0483 is #50FB7C. Grayscale: #454545. Windows color (decimal): -5307261 or 8586415. OLE color: 8586415.

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

Color convert

RGB 175 4 131 -
CMYK 0 0.98 0.25 0.31
HSL 315.44º 0.96% 0.35% -
HSV(B) 315.44º 0.98% 0.69% -
XYZ 21.82 10.84 22.41 -
YUV 69.61 162.65 203.17 -
System Red Green Blue C M Y K H S L
Decimal 175 4 131 0 0.98 0.25 0.31 315.44 0.96 0.35
Hex AF 4 83 0 62 19 1F 13B 60 23
Octal 257 4 203 0 142 31 37 473 140 43
Binary 10101111 100 10000011 0 1100010 11001 11111 100111011 1100000 100011

Color Harmonies of #AF0483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0483

Black with #AF0483

Text Example


Text Example

White with #AF0483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0483; }

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

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

background-color css

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

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

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

border-color css

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

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

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