Html Css Color HEX #AF0184 Medium Violet Red

📋 copy color: '#AF0184'

red 175 ◦ green 1 ◦ blue 132

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

Shades of Medium Violet Red #AF0184

Tints of Medium Violet Red #AF0184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 42.86%

R = 56.82%
G = 0.32%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF0184 (or 0xAF0184) is known color: Medium Violet Red. HEX triplet: AF, 01 and 84. RGB value is (175,1,132). Sum of RGB (Red+Green+Blue) = 175+1+132=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0184 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0184 is #50FE7B. Grayscale: #434343. Windows color (decimal): -5308028 or 8651183. OLE color: 8651183.

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

Color convert

RGB 175 1 132 -
CMYK 0 0.99 0.25 0.31
HSL 314.83º 0.99% 0.35% -
HSV(B) 314.83º 0.99% 0.69% -
XYZ 21.85 10.8 22.76 -
YUV 67.96 164.15 204.35 -
System Red Green Blue C M Y K H S L
Decimal 175 1 132 0 0.99 0.25 0.31 314.83 0.99 0.35
Hex AF 1 84 0 63 19 1F 13B 63 23
Octal 257 1 204 0 143 31 37 473 143 43
Binary 10101111 1 10000100 0 1100011 11001 11111 100111011 1100011 100011

Color Harmonies of #AF0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0184

Black with #AF0184

Text Example


Text Example

White with #AF0184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0184; }

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

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

background-color css

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

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

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

border-color css

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

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

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