Html Css Color HEX #AF0D8B Medium Violet Red

📋 copy color: '#AF0D8B'

red 175 ◦ green 13 ◦ blue 139

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

Shades of Medium Violet Red #AF0D8B

Tints of Medium Violet Red #AF0D8B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.98%

 BLUE value IS 139 (54.69% from 255) = 42.51%

R = 53.52%
G = 3.98%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF0D8B (or 0xAF0D8B) is known color: Medium Violet Red. HEX triplet: AF, 0D and 8B. RGB value is (175,13,139). Sum of RGB (Red+Green+Blue) = 175+13+139=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D8B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0D8B is #50F274. Grayscale: #4B4B4B. Windows color (decimal): -5304949 or 9113007. OLE color: 9113007.

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

Color convert

RGB 175 13 139 -
CMYK 0 0.93 0.21 0.31
HSL 313.33º 0.86% 0.37% -
HSV(B) 313.33º 0.93% 0.69% -
XYZ 22.48 11.27 25.42 -
YUV 75.8 163.67 198.75 -
System Red Green Blue C M Y K H S L
Decimal 175 13 139 0 0.93 0.21 0.31 313.33 0.86 0.37
Hex AF D 8B 0 5D 15 1F 139 56 25
Octal 257 15 213 0 135 25 37 471 126 45
Binary 10101111 1101 10001011 0 1011101 10101 11111 100111001 1010110 100101

Color Harmonies of #AF0D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0D8B

Black with #AF0D8B

Text Example


Text Example

White with #AF0D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0D8B; }

 p { color: rgb(175,13,139); }

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

background-color css

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

 a { background-color: rgb(175,13,139); }

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

border-color css

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

 span { border-color: rgb(175,13,139); }

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