Html Css Color HEX #AF3280 Medium Red Violet

📋 copy color: '#AF3280'

red 175 ◦ green 50 ◦ blue 128

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

Shades of Medium Red Violet #AF3280

Tints of Medium Red Violet #AF3280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.16%

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

R = 49.58%
G = 14.16%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF3280 (or 0xAF3280) is known color: Medium Red Violet. HEX triplet: AF, 32 and 80. RGB value is (175,50,128). Sum of RGB (Red+Green+Blue) = 175+50+128=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3280 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3280 is #50CD7F. Grayscale: #606060. Windows color (decimal): -5295488 or 8401583. OLE color: 8401583.

HSL color Cylindrical-coordinate representation of color #AF3280: hue angle of 322.56º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF3280 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 50 128 -
CMYK 0 0.71 0.27 0.31
HSL 322.56º 0.56% 0.44% -
HSV(B) 322.56º 0.71% 0.69% -
XYZ 22.72 12.95 21.73 -
YUV 96.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 175 50 128 0 0.71 0.27 0.31 322.56 0.56 0.44
Hex AF 32 80 0 47 1B 1F 143 38 2C
Octal 257 62 200 0 107 33 37 503 70 54
Binary 10101111 110010 10000000 0 1000111 11011 11111 101000011 111000 101100

Color Harmonies of #AF3280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3280

Black with #AF3280

Text Example


Text Example

White with #AF3280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3280; }

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

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

background-color css

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

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

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

border-color css

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

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

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