Html Css Color HEX #AF3592 Medium Red Violet

📋 copy color: '#AF3592'

red 175 ◦ green 53 ◦ blue 146

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

Shades of Medium Red Violet #AF3592

Tints of Medium Red Violet #AF3592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.17%

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

R = 46.79%
G = 14.17%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AF3592 (or 0xAF3592) is known color: Medium Red Violet. HEX triplet: AF, 35 and 92. RGB value is (175,53,146). Sum of RGB (Red+Green+Blue) = 175+53+146=374 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.79% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3592 is #50CA6D. Grayscale: #636363. Windows color (decimal): -5294702 or 9581999. OLE color: 9581999.

HSL color Cylindrical-coordinate representation of color #AF3592: hue angle of 314.26º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3592 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 53 146 -
CMYK 0 0.70 0.17 0.31
HSL 314.26º 0.54% 0.45% -
HSV(B) 314.26º 0.7% 0.69% -
XYZ 24.14 13.74 28.57 -
YUV 100.08 153.92 181.44 -
System Red Green Blue C M Y K H S L
Decimal 175 53 146 0 0.70 0.17 0.31 314.26 0.54 0.45
Hex AF 35 92 0 46 11 1F 13A 36 2D
Octal 257 65 222 0 106 21 37 472 66 55
Binary 10101111 110101 10010010 0 1000110 10001 11111 100111010 110110 101101

Color Harmonies of #AF3592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3592

Black with #AF3592

Text Example


Text Example

White with #AF3592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3592; }

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

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

background-color css

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

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

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

border-color css

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

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

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