Html Css Color HEX #AF0F8F Medium Violet Red

📋 copy color: '#AF0F8F'

red 175 ◦ green 15 ◦ blue 143

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

Shades of Medium Violet Red #AF0F8F

Tints of Medium Violet Red #AF0F8F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.5%

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 52.55%
G = 4.5%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF0F8F (or 0xAF0F8F) is known color: Medium Violet Red. HEX triplet: AF, 0F and 8F. RGB value is (175,15,143). Sum of RGB (Red+Green+Blue) = 175+15+143=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0F8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0F8F is #50F070. Grayscale: #4D4D4D. Windows color (decimal): -5304433 or 9375663. OLE color: 9375663.

HSL color Cylindrical-coordinate representation of color #AF0F8F: hue angle of 312º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF0F8F is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 15 143 -
CMYK 0 0.91 0.18 0.31
HSL 312º 0.84% 0.37% -
HSV(B) 312º 0.91% 0.69% -
XYZ 22.81 11.44 26.99 -
YUV 77.43 165.01 197.59 -
System Red Green Blue C M Y K H S L
Decimal 175 15 143 0 0.91 0.18 0.31 312 0.84 0.37
Hex AF F 8F 0 5B 12 1F 138 54 25
Octal 257 17 217 0 133 22 37 470 124 45
Binary 10101111 1111 10001111 0 1011011 10010 11111 100111000 1010100 100101

Color Harmonies of #AF0F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0F8F

Black with #AF0F8F

Text Example


Text Example

White with #AF0F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0F8F; }

 p { color: rgb(175,15,143); }

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

background-color css

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

 a { background-color: rgb(175,15,143); }

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

border-color css

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

 span { border-color: rgb(175,15,143); }

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