Html Css Color HEX #AF0D94 Medium Violet Red

📋 copy color: '#AF0D94'

red 175 ◦ green 13 ◦ blue 148

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

Shades of Medium Violet Red #AF0D94

Tints of Medium Violet Red #AF0D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.05%

R = 52.08%
G = 3.87%
B = 44.05%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF0D94 (or 0xAF0D94) is known color: Medium Violet Red. HEX triplet: AF, 0D and 94. RGB value is (175,13,148). Sum of RGB (Red+Green+Blue) = 175+13+148=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0D94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0D94 is #50F26B. Grayscale: #4C4C4C. Windows color (decimal): -5304940 or 9702831. OLE color: 9702831.

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

Color convert

RGB 175 13 148 -
CMYK 0 0.93 0.15 0.31
HSL 310º 0.86% 0.37% -
HSV(B) 310º 0.93% 0.69% -
XYZ 23.17 11.54 29.02 -
YUV 76.83 168.17 198.02 -
System Red Green Blue C M Y K H S L
Decimal 175 13 148 0 0.93 0.15 0.31 310 0.86 0.37
Hex AF D 94 0 5D F 1F 136 56 25
Octal 257 15 224 0 135 17 37 466 126 45
Binary 10101111 1101 10010100 0 1011101 1111 11111 100110110 1010110 100101

Color Harmonies of #AF0D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0D94

Black with #AF0D94

Text Example


Text Example

White with #AF0D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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