Html Css Color HEX #AF3C92 Medium Red Violet

📋 copy color: '#AF3C92'

red 175 ◦ green 60 ◦ blue 146

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

Shades of Medium Red Violet #AF3C92

Tints of Medium Red Violet #AF3C92

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.75%

 BLUE value IS 146 (57.42% from 255) = 38.32%

R = 45.93%
G = 15.75%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF3C92 (or 0xAF3C92) is known color: Medium Red Violet. HEX triplet: AF, 3C and 92. RGB value is (175,60,146). Sum of RGB (Red+Green+Blue) = 175+60+146=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3C92 is #50C36D. Grayscale: #676767. Windows color (decimal): -5292910 or 9583791. OLE color: 9583791.

HSL color Cylindrical-coordinate representation of color #AF3C92: hue angle of 315.13º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF3C92 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 60 146 -
CMYK 0 0.66 0.17 0.31
HSL 315.13º 0.49% 0.46% -
HSV(B) 315.13º 0.66% 0.69% -
XYZ 24.48 14.42 28.69 -
YUV 104.19 151.6 178.51 -
System Red Green Blue C M Y K H S L
Decimal 175 60 146 0 0.66 0.17 0.31 315.13 0.49 0.46
Hex AF 3C 92 0 42 11 1F 13B 31 2E
Octal 257 74 222 0 102 21 37 473 61 56
Binary 10101111 111100 10010010 0 1000010 10001 11111 100111011 110001 101110

Color Harmonies of #AF3C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3C92

Black with #AF3C92

Text Example


Text Example

White with #AF3C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3C92; }

 p { color: rgb(175,60,146); }

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

background-color css

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

 a { background-color: rgb(175,60,146); }

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

border-color css

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

 span { border-color: rgb(175,60,146); }

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