Html Css Color HEX #AF3F94 Medium Red Violet

📋 copy color: '#AF3F94'

red 175 ◦ green 63 ◦ blue 148

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

Shades of Medium Red Violet #AF3F94

Tints of Medium Red Violet #AF3F94

RGB

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

 GREEN value IS 63 (25% from 255) = 16.32%

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

R = 45.34%
G = 16.32%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#AF3F94 (or 0xAF3F94) is known color: Medium Red Violet. HEX triplet: AF, 3F and 94. RGB value is (175,63,148). Sum of RGB (Red+Green+Blue) = 175+63+148=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F94 is #50C06B. Grayscale: #696969. Windows color (decimal): -5292140 or 9715631. OLE color: 9715631.

HSL color Cylindrical-coordinate representation of color #AF3F94: hue angle of 314.46º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF3F94 is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 63 148 -
CMYK 0 0.64 0.15 0.31
HSL 314.46º 0.47% 0.47% -
HSV(B) 314.46º 0.64% 0.69% -
XYZ 24.8 14.81 29.57 -
YUV 106.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 175 63 148 0 0.64 0.15 0.31 314.46 0.47 0.47
Hex AF 3F 94 0 40 F 1F 13A 2F 2F
Octal 257 77 224 0 100 17 37 472 57 57
Binary 10101111 111111 10010100 0 1000000 1111 11111 100111010 101111 101111

Color Harmonies of #AF3F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F94

Black with #AF3F94

Text Example


Text Example

White with #AF3F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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