Html Css Color HEX #AF2781 Medium Red Violet

📋 copy color: '#AF2781'

red 175 ◦ green 39 ◦ blue 129

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

Shades of Medium Red Violet #AF2781

Tints of Medium Red Violet #AF2781

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.37%

 BLUE value IS 129 (50.78% from 255) = 37.61%

R = 51.02%
G = 11.37%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF2781 (or 0xAF2781) is known color: Medium Red Violet. HEX triplet: AF, 27 and 81. RGB value is (175,39,129). Sum of RGB (Red+Green+Blue) = 175+39+129=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 129 (50.78% from 255 or 37.61% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2781 is #50D87E. Grayscale: #595959. Windows color (decimal): -5298303 or 8464303. OLE color: 8464303.

HSL color Cylindrical-coordinate representation of color #AF2781: hue angle of 320.29º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2781 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 39 129 -
CMYK 0 0.78 0.26 0.31
HSL 320.29º 0.64% 0.42% -
HSV(B) 320.29º 0.78% 0.69% -
XYZ 22.37 12.15 21.94 -
YUV 89.92 150.06 188.68 -
System Red Green Blue C M Y K H S L
Decimal 175 39 129 0 0.78 0.26 0.31 320.29 0.64 0.42
Hex AF 27 81 0 4E 1A 1F 140 40 2A
Octal 257 47 201 0 116 32 37 500 100 52
Binary 10101111 100111 10000001 0 1001110 11010 11111 101000000 1000000 101010

Color Harmonies of #AF2781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2781

Black with #AF2781

Text Example


Text Example

White with #AF2781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2781; }

 p { color: rgb(175,39,129); }

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

background-color css

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

 a { background-color: rgb(175,39,129); }

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

border-color css

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

 span { border-color: rgb(175,39,129); }

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