Html Css Color HEX #AF108D Medium Violet Red

📋 copy color: '#AF108D'

red 175 ◦ green 16 ◦ blue 141

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

Shades of Medium Violet Red #AF108D

Tints of Medium Violet Red #AF108D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 52.71%
G = 4.82%
B = 42.47%

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

#AF108D (or 0xAF108D) is known color: Medium Violet Red. HEX triplet: AF, 10 and 8D. RGB value is (175,16,141). Sum of RGB (Red+Green+Blue) = 175+16+141=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF108D is #50EF72. Grayscale: #4D4D4D. Windows color (decimal): -5304179 or 9244847. OLE color: 9244847.

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

Color convert

RGB 175 16 141 -
CMYK 0 0.91 0.19 0.31
HSL 312.83º 0.83% 0.37% -
HSV(B) 312.83º 0.91% 0.69% -
XYZ 22.67 11.41 26.21 -
YUV 77.79 163.68 197.34 -
System Red Green Blue C M Y K H S L
Decimal 175 16 141 0 0.91 0.19 0.31 312.83 0.83 0.37
Hex AF 10 8D 0 5B 13 1F 139 53 25
Octal 257 20 215 0 133 23 37 471 123 45
Binary 10101111 10000 10001101 0 1011011 10011 11111 100111001 1010011 100101

Color Harmonies of #AF108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF108D

Black with #AF108D

Text Example


Text Example

White with #AF108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF108D; }

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

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

background-color css

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

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

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

border-color css

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

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

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