Html Css Color HEX #AF3192 Medium Red Violet

📋 copy color: '#AF3192'

red 175 ◦ green 49 ◦ blue 146

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

Shades of Medium Red Violet #AF3192

Tints of Medium Red Violet #AF3192

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.24%

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

R = 47.3%
G = 13.24%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF3192 (or 0xAF3192) is known color: Medium Red Violet. HEX triplet: AF, 31 and 92. RGB value is (175,49,146). Sum of RGB (Red+Green+Blue) = 175+49+146=370 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.30% from 370); Green value is 49 (19.53% from 255 or 13.24% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3192 is #50CE6D. Grayscale: #616161. Windows color (decimal): -5295726 or 9580975. OLE color: 9580975.

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

Color convert

RGB 175 49 146 -
CMYK 0 0.72 0.17 0.31
HSL 313.81º 0.56% 0.44% -
HSV(B) 313.81º 0.72% 0.69% -
XYZ 23.97 13.39 28.51 -
YUV 97.73 155.24 183.11 -
System Red Green Blue C M Y K H S L
Decimal 175 49 146 0 0.72 0.17 0.31 313.81 0.56 0.44
Hex AF 31 92 0 48 11 1F 13A 38 2C
Octal 257 61 222 0 110 21 37 472 70 54
Binary 10101111 110001 10010010 0 1001000 10001 11111 100111010 111000 101100

Color Harmonies of #AF3192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3192

Black with #AF3192

Text Example


Text Example

White with #AF3192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3192; }

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

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

background-color css

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

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

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

border-color css

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

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

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