Html Css Color HEX #AF3F93 Medium Red Violet

📋 copy color: '#AF3F93'

red 175 ◦ green 63 ◦ blue 147

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

Shades of Medium Red Violet #AF3F93

Tints of Medium Red Violet #AF3F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 45.45%
G = 16.36%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AF3F93 (or 0xAF3F93) is known color: Medium Red Violet. HEX triplet: AF, 3F and 93. RGB value is (175,63,147). Sum of RGB (Red+Green+Blue) = 175+63+147=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3F93 is #50C06C. Grayscale: #696969. Windows color (decimal): -5292141 or 9650095. OLE color: 9650095.

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

Color convert

RGB 175 63 147 -
CMYK 0 0.64 0.16 0.31
HSL 315º 0.47% 0.47% -
HSV(B) 315º 0.64% 0.69% -
XYZ 24.72 14.78 29.15 -
YUV 106.06 151.11 177.17 -
System Red Green Blue C M Y K H S L
Decimal 175 63 147 0 0.64 0.16 0.31 315 0.47 0.47
Hex AF 3F 93 0 40 10 1F 13B 2F 2F
Octal 257 77 223 0 100 20 37 473 57 57
Binary 10101111 111111 10010011 0 1000000 10000 11111 100111011 101111 101111

Color Harmonies of #AF3F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3F93

Black with #AF3F93

Text Example


Text Example

White with #AF3F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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