Html Css Color HEX #AF0E8F Medium Violet Red

📋 copy color: '#AF0E8F'

red 175 ◦ green 14 ◦ blue 143

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

Shades of Medium Violet Red #AF0E8F

Tints of Medium Violet Red #AF0E8F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.22%

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

R = 52.71%
G = 4.22%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF0E8F (or 0xAF0E8F) is known color: Medium Violet Red. HEX triplet: AF, 0E and 8F. RGB value is (175,14,143). Sum of RGB (Red+Green+Blue) = 175+14+143=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 14 (5.86% from 255 or 4.22% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0E8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0E8F is #50F170. Grayscale: #4C4C4C. Windows color (decimal): -5304689 or 9375407. OLE color: 9375407.

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

Color convert

RGB 175 14 143 -
CMYK 0 0.92 0.18 0.31
HSL 311.93º 0.85% 0.37% -
HSV(B) 311.93º 0.92% 0.69% -
XYZ 22.79 11.41 26.99 -
YUV 76.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 175 14 143 0 0.92 0.18 0.31 311.93 0.85 0.37
Hex AF E 8F 0 5C 12 1F 138 55 25
Octal 257 16 217 0 134 22 37 470 125 45
Binary 10101111 1110 10001111 0 1011100 10010 11111 100111000 1010101 100101

Color Harmonies of #AF0E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0E8F

Black with #AF0E8F

Text Example


Text Example

White with #AF0E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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