Html Css Color HEX #AF3183 Medium Red Violet

📋 copy color: '#AF3183'

red 175 ◦ green 49 ◦ blue 131

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

Shades of Medium Red Violet #AF3183

Tints of Medium Red Violet #AF3183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.8%

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

R = 49.3%
G = 13.8%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF3183 (or 0xAF3183) is known color: Medium Red Violet. HEX triplet: AF, 31 and 83. RGB value is (175,49,131). Sum of RGB (Red+Green+Blue) = 175+49+131=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 49 (19.53% from 255 or 13.80% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3183 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3183 is #50CE7C. Grayscale: #5F5F5F. Windows color (decimal): -5295741 or 8597935. OLE color: 8597935.

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

Color convert

RGB 175 49 131 -
CMYK 0 0.72 0.25 0.31
HSL 320.95º 0.56% 0.44% -
HSV(B) 320.95º 0.72% 0.69% -
XYZ 22.87 12.95 22.77 -
YUV 96.02 147.74 184.33 -
System Red Green Blue C M Y K H S L
Decimal 175 49 131 0 0.72 0.25 0.31 320.95 0.56 0.44
Hex AF 31 83 0 48 19 1F 141 38 2C
Octal 257 61 203 0 110 31 37 501 70 54
Binary 10101111 110001 10000011 0 1001000 11001 11111 101000001 111000 101100

Color Harmonies of #AF3183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3183

Black with #AF3183

Text Example


Text Example

White with #AF3183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3183; }

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

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

background-color css

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

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

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

border-color css

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

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

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