Html Css Color HEX #AF0983 Medium Violet Red

📋 copy color: '#AF0983'

red 175 ◦ green 9 ◦ blue 131

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

Shades of Medium Violet Red #AF0983

Tints of Medium Violet Red #AF0983

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

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

R = 55.56%
G = 2.86%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF0983 (or 0xAF0983) is known color: Medium Violet Red. HEX triplet: AF, 09 and 83. RGB value is (175,9,131). Sum of RGB (Red+Green+Blue) = 175+9+131=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0983 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0983 is #50F67C. Grayscale: #484848. Windows color (decimal): -5305981 or 8587695. OLE color: 8587695.

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

Color convert

RGB 175 9 131 -
CMYK 0 0.95 0.25 0.31
HSL 315.9º 0.9% 0.36% -
HSV(B) 315.9º 0.95% 0.69% -
XYZ 21.87 10.95 22.43 -
YUV 72.54 161 201.08 -
System Red Green Blue C M Y K H S L
Decimal 175 9 131 0 0.95 0.25 0.31 315.9 0.9 0.36
Hex AF 9 83 0 5F 19 1F 13C 5A 24
Octal 257 11 203 0 137 31 37 474 132 44
Binary 10101111 1001 10000011 0 1011111 11001 11111 100111100 1011010 100100

Color Harmonies of #AF0983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0983

Black with #AF0983

Text Example


Text Example

White with #AF0983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0983; }

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

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

background-color css

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

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

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

border-color css

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

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

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