Html Css Color HEX #AF3777 Medium Red Violet

📋 copy color: '#AF3777'

red 175 ◦ green 55 ◦ blue 119

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

Shades of Medium Red Violet #AF3777

Tints of Medium Red Violet #AF3777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.1%

R = 50.14%
G = 15.76%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF3777 (or 0xAF3777) is known color: Medium Red Violet. HEX triplet: AF, 37 and 77. RGB value is (175,55,119). Sum of RGB (Red+Green+Blue) = 175+55+119=349 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.14% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3777 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3777 is #50C888. Grayscale: #626262. Windows color (decimal): -5294217 or 7813039. OLE color: 7813039.

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

Color convert

RGB 175 55 119 -
CMYK 0 0.69 0.32 0.31
HSL 328º 0.52% 0.45% -
HSV(B) 328º 0.69% 0.69% -
XYZ 22.38 13.18 18.82 -
YUV 98.18 139.76 182.8 -
System Red Green Blue C M Y K H S L
Decimal 175 55 119 0 0.69 0.32 0.31 328 0.52 0.45
Hex AF 37 77 0 45 20 1F 148 34 2D
Octal 257 67 167 0 105 40 37 510 64 55
Binary 10101111 110111 1110111 0 1000101 100000 11111 101001000 110100 101101

Color Harmonies of #AF3777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3777

Black with #AF3777

Text Example


Text Example

White with #AF3777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3777; }

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

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

background-color css

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

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

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

border-color css

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

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

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