Html Css Color HEX #AF3680 Medium Red Violet

📋 copy color: '#AF3680'

red 175 ◦ green 54 ◦ blue 128

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

Shades of Medium Red Violet #AF3680

Tints of Medium Red Violet #AF3680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.13%

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

R = 49.02%
G = 15.13%
B = 35.85%

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

#AF3680 (or 0xAF3680) is known color: Medium Red Violet. HEX triplet: AF, 36 and 80. RGB value is (175,54,128). Sum of RGB (Red+Green+Blue) = 175+54+128=357 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.02% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3680 is #50C97F. Grayscale: #626262. Windows color (decimal): -5294464 or 8402607. OLE color: 8402607.

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

Color convert

RGB 175 54 128 -
CMYK 0 0.69 0.27 0.31
HSL 323.31º 0.53% 0.45% -
HSV(B) 323.31º 0.69% 0.69% -
XYZ 22.89 13.31 21.78 -
YUV 98.62 144.59 182.48 -
System Red Green Blue C M Y K H S L
Decimal 175 54 128 0 0.69 0.27 0.31 323.31 0.53 0.45
Hex AF 36 80 0 45 1B 1F 143 35 2D
Octal 257 66 200 0 105 33 37 503 65 55
Binary 10101111 110110 10000000 0 1000101 11011 11111 101000011 110101 101101

Color Harmonies of #AF3680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3680

Black with #AF3680

Text Example


Text Example

White with #AF3680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3680; }

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

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

background-color css

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

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

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

border-color css

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

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

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