Html Css Color HEX #AF0180 Medium Violet Red

📋 copy color: '#AF0180'

red 175 ◦ green 1 ◦ blue 128

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

Shades of Medium Violet Red #AF0180

Tints of Medium Violet Red #AF0180

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 128 (50.39% from 255) = 42.11%

R = 57.57%
G = 0.33%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF0180 (or 0xAF0180) is known color: Medium Violet Red. HEX triplet: AF, 01 and 80. RGB value is (175,1,128). Sum of RGB (Red+Green+Blue) = 175+1+128=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 1 (0.78% from 255 or 0.33% from 304); Blue value is 128 (50.39% from 255 or 42.11% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0180 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0180 is #50FE7F. Grayscale: #434343. Windows color (decimal): -5308032 or 8389039. OLE color: 8389039.

HSL color Cylindrical-coordinate representation of color #AF0180: hue angle of 316.21º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0180 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 1 128 -
CMYK 0 0.99 0.27 0.31
HSL 316.21º 0.99% 0.35% -
HSV(B) 316.21º 0.99% 0.69% -
XYZ 21.59 10.69 21.35 -
YUV 67.5 162.15 204.67 -
System Red Green Blue C M Y K H S L
Decimal 175 1 128 0 0.99 0.27 0.31 316.21 0.99 0.35
Hex AF 1 80 0 63 1B 1F 13C 63 23
Octal 257 1 200 0 143 33 37 474 143 43
Binary 10101111 1 10000000 0 1100011 11011 11111 100111100 1100011 100011

Color Harmonies of #AF0180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0180

Black with #AF0180

Text Example


Text Example

White with #AF0180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0180; }

 p { color: rgb(175,1,128); }

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

background-color css

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

 a { background-color: rgb(175,1,128); }

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

border-color css

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

 span { border-color: rgb(175,1,128); }

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