Html Css Color HEX #AF1883 Medium Violet Red

📋 copy color: '#AF1883'

red 175 ◦ green 24 ◦ blue 131

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

Shades of Medium Violet Red #AF1883

Tints of Medium Violet Red #AF1883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.27%

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

R = 53.03%
G = 7.27%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF1883 (or 0xAF1883) is known color: Medium Violet Red. HEX triplet: AF, 18 and 83. RGB value is (175,24,131). Sum of RGB (Red+Green+Blue) = 175+24+131=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 131 (51.56% from 255 or 39.70% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1883 is #50E77C. Grayscale: #515151. Windows color (decimal): -5302141 or 8591535. OLE color: 8591535.

HSL color Cylindrical-coordinate representation of color #AF1883: hue angle of 317.48º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1883 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 24 131 -
CMYK 0 0.86 0.25 0.31
HSL 317.48º 0.76% 0.39% -
HSV(B) 317.48º 0.86% 0.69% -
XYZ 22.1 11.41 22.51 -
YUV 81.35 156.03 194.8 -
System Red Green Blue C M Y K H S L
Decimal 175 24 131 0 0.86 0.25 0.31 317.48 0.76 0.39
Hex AF 18 83 0 56 19 1F 13D 4C 27
Octal 257 30 203 0 126 31 37 475 114 47
Binary 10101111 11000 10000011 0 1010110 11001 11111 100111101 1001100 100111

Color Harmonies of #AF1883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1883

Black with #AF1883

Text Example


Text Example

White with #AF1883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1883; }

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

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

background-color css

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

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

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

border-color css

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

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

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