Html Css Color HEX #AF3776 Medium Red Violet

📋 copy color: '#AF3776'

red 175 ◦ green 55 ◦ blue 118

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

Shades of Medium Red Violet #AF3776

Tints of Medium Red Violet #AF3776

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 33.91%

R = 50.29%
G = 15.8%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF3776 (or 0xAF3776) is known color: Medium Red Violet. HEX triplet: AF, 37 and 76. RGB value is (175,55,118). Sum of RGB (Red+Green+Blue) = 175+55+118=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3776 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3776 is #50C889. Grayscale: #616161. Windows color (decimal): -5294218 or 7747503. OLE color: 7747503.

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

Color convert

RGB 175 55 118 -
CMYK 0 0.69 0.33 0.31
HSL 328.5º 0.52% 0.45% -
HSV(B) 328.5º 0.69% 0.69% -
XYZ 22.32 13.15 18.5 -
YUV 98.06 139.26 182.88 -
System Red Green Blue C M Y K H S L
Decimal 175 55 118 0 0.69 0.33 0.31 328.5 0.52 0.45
Hex AF 37 76 0 45 21 1F 148 34 2D
Octal 257 67 166 0 105 41 37 510 64 55
Binary 10101111 110111 1110110 0 1000101 100001 11111 101001000 110100 101101

Color Harmonies of #AF3776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3776

Black with #AF3776

Text Example


Text Example

White with #AF3776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3776; }

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

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

background-color css

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

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

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

border-color css

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

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

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