Html Css Color HEX #AF0187 Medium Violet Red

📋 copy color: '#AF0187'

red 175 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #AF0187

Tints of Medium Violet Red #AF0187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.41%

R = 56.27%
G = 0.32%
B = 43.41%

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

#AF0187 (or 0xAF0187) is known color: Medium Violet Red. HEX triplet: AF, 01 and 87. RGB value is (175,1,135). Sum of RGB (Red+Green+Blue) = 175+1+135=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0187 is #50FE78. Grayscale: #434343. Windows color (decimal): -5308025 or 8847791. OLE color: 8847791.

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

Color convert

RGB 175 1 135 -
CMYK 0 0.99 0.23 0.31
HSL 313.79º 0.99% 0.35% -
HSV(B) 313.79º 0.99% 0.69% -
XYZ 22.06 10.88 23.86 -
YUV 68.3 165.65 204.1 -
System Red Green Blue C M Y K H S L
Decimal 175 1 135 0 0.99 0.23 0.31 313.79 0.99 0.35
Hex AF 1 87 0 63 17 1F 13A 63 23
Octal 257 1 207 0 143 27 37 472 143 43
Binary 10101111 1 10000111 0 1100011 10111 11111 100111010 1100011 100011

Color Harmonies of #AF0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0187

Black with #AF0187

Text Example


Text Example

White with #AF0187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0187; }

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

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

background-color css

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

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

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

border-color css

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

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

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