Html Css Color HEX #AF3785 Medium Red Violet

📋 copy color: '#AF3785'

red 175 ◦ green 55 ◦ blue 133

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

Shades of Medium Red Violet #AF3785

Tints of Medium Red Violet #AF3785

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.15%

 BLUE value IS 133 (52.34% from 255) = 36.64%

R = 48.21%
G = 15.15%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF3785 (or 0xAF3785) is known color: Medium Red Violet. HEX triplet: AF, 37 and 85. RGB value is (175,55,133). Sum of RGB (Red+Green+Blue) = 175+55+133=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 133 (52.34% from 255 or 36.64% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3785 is #50C87A. Grayscale: #636363. Windows color (decimal): -5294203 or 8730543. OLE color: 8730543.

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

Color convert

RGB 175 55 133 -
CMYK 0 0.69 0.24 0.31
HSL 321º 0.52% 0.45% -
HSV(B) 321º 0.69% 0.69% -
XYZ 23.28 13.54 23.58 -
YUV 99.77 146.76 181.66 -
System Red Green Blue C M Y K H S L
Decimal 175 55 133 0 0.69 0.24 0.31 321 0.52 0.45
Hex AF 37 85 0 45 18 1F 141 34 2D
Octal 257 67 205 0 105 30 37 501 64 55
Binary 10101111 110111 10000101 0 1000101 11000 11111 101000001 110100 101101

Color Harmonies of #AF3785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3785

Black with #AF3785

Text Example


Text Example

White with #AF3785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3785; }

 p { color: rgb(175,55,133); }

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

background-color css

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

 a { background-color: rgb(175,55,133); }

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

border-color css

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

 span { border-color: rgb(175,55,133); }

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