Html Css Color HEX #AF108E Medium Violet Red

📋 copy color: '#AF108E'

red 175 ◦ green 16 ◦ blue 142

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

Shades of Medium Violet Red #AF108E

Tints of Medium Violet Red #AF108E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.8%

 BLUE value IS 142 (55.86% from 255) = 42.64%

R = 52.55%
G = 4.8%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF108E (or 0xAF108E) is known color: Medium Violet Red. HEX triplet: AF, 10 and 8E. RGB value is (175,16,142). Sum of RGB (Red+Green+Blue) = 175+16+142=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF108E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF108E is #50EF71. Grayscale: #4D4D4D. Windows color (decimal): -5304178 or 9310383. OLE color: 9310383.

HSL color Cylindrical-coordinate representation of color #AF108E: hue angle of 312.45º degrees, saturation: 0.83, 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 #AF108E is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 16 142 -
CMYK 0 0.91 0.19 0.31
HSL 312.45º 0.83% 0.37% -
HSV(B) 312.45º 0.91% 0.69% -
XYZ 22.75 11.44 26.6 -
YUV 77.91 164.18 197.25 -
System Red Green Blue C M Y K H S L
Decimal 175 16 142 0 0.91 0.19 0.31 312.45 0.83 0.37
Hex AF 10 8E 0 5B 13 1F 138 53 25
Octal 257 20 216 0 133 23 37 470 123 45
Binary 10101111 10000 10001110 0 1011011 10011 11111 100111000 1010011 100101

Color Harmonies of #AF108E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF108E

Black with #AF108E

Text Example


Text Example

White with #AF108E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF108E; }

 p { color: rgb(175,16,142); }

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

background-color css

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

 a { background-color: rgb(175,16,142); }

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

border-color css

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

 span { border-color: rgb(175,16,142); }

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