Html Css Color HEX #AF0186 Medium Violet Red

📋 copy color: '#AF0186'

red 175 ◦ green 1 ◦ blue 134

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

Shades of Medium Violet Red #AF0186

Tints of Medium Violet Red #AF0186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 56.45%
G = 0.32%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF0186 (or 0xAF0186) is known color: Medium Violet Red. HEX triplet: AF, 01 and 86. RGB value is (175,1,134). Sum of RGB (Red+Green+Blue) = 175+1+134=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 1 (0.78% from 255 or 0.32% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0186 is #50FE79. Grayscale: #434343. Windows color (decimal): -5308026 or 8782255. OLE color: 8782255.

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

Color convert

RGB 175 1 134 -
CMYK 0 0.99 0.23 0.31
HSL 314.14º 0.99% 0.35% -
HSV(B) 314.14º 0.99% 0.69% -
XYZ 21.99 10.86 23.49 -
YUV 68.19 165.15 204.19 -
System Red Green Blue C M Y K H S L
Decimal 175 1 134 0 0.99 0.23 0.31 314.14 0.99 0.35
Hex AF 1 86 0 63 17 1F 13A 63 23
Octal 257 1 206 0 143 27 37 472 143 43
Binary 10101111 1 10000110 0 1100011 10111 11111 100111010 1100011 100011

Color Harmonies of #AF0186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0186

Black with #AF0186

Text Example


Text Example

White with #AF0186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0186; }

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

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

background-color css

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

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

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

border-color css

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

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

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