Html Css Color HEX #AF3780 Medium Red Violet

📋 copy color: '#AF3780'

red 175 ◦ green 55 ◦ blue 128

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

Shades of Medium Red Violet #AF3780

Tints of Medium Red Violet #AF3780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 48.88%
G = 15.36%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF3780 (or 0xAF3780) is known color: Medium Red Violet. HEX triplet: AF, 37 and 80. RGB value is (175,55,128). Sum of RGB (Red+Green+Blue) = 175+55+128=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3780 is #50C87F. Grayscale: #636363. Windows color (decimal): -5294208 or 8402863. OLE color: 8402863.

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

Color convert

RGB 175 55 128 -
CMYK 0 0.69 0.27 0.31
HSL 323.5º 0.52% 0.45% -
HSV(B) 323.5º 0.69% 0.69% -
XYZ 22.94 13.4 21.8 -
YUV 99.2 144.26 182.06 -
System Red Green Blue C M Y K H S L
Decimal 175 55 128 0 0.69 0.27 0.31 323.5 0.52 0.45
Hex AF 37 80 0 45 1B 1F 144 34 2D
Octal 257 67 200 0 105 33 37 504 64 55
Binary 10101111 110111 10000000 0 1000101 11011 11111 101000100 110100 101101

Color Harmonies of #AF3780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3780

Black with #AF3780

Text Example


Text Example

White with #AF3780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3780; }

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

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

background-color css

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

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

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

border-color css

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

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

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