Html Css Color HEX #AF2581 Medium Red Violet

📋 copy color: '#AF2581'

red 175 ◦ green 37 ◦ blue 129

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

Shades of Medium Red Violet #AF2581

Tints of Medium Red Violet #AF2581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.85%

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

R = 51.32%
G = 10.85%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF2581 (or 0xAF2581) is known color: Medium Red Violet. HEX triplet: AF, 25 and 81. RGB value is (175,37,129). Sum of RGB (Red+Green+Blue) = 175+37+129=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 37 (14.84% from 255 or 10.85% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2581 is #50DA7E. Grayscale: #585858. Windows color (decimal): -5298815 or 8463791. OLE color: 8463791.

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

Color convert

RGB 175 37 129 -
CMYK 0 0.79 0.26 0.31
HSL 320º 0.65% 0.42% -
HSV(B) 320º 0.79% 0.69% -
XYZ 22.3 12.02 21.91 -
YUV 88.75 150.72 189.52 -
System Red Green Blue C M Y K H S L
Decimal 175 37 129 0 0.79 0.26 0.31 320 0.65 0.42
Hex AF 25 81 0 4F 1A 1F 140 41 2A
Octal 257 45 201 0 117 32 37 500 101 52
Binary 10101111 100101 10000001 0 1001111 11010 11111 101000000 1000001 101010

Color Harmonies of #AF2581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2581

Black with #AF2581

Text Example


Text Example

White with #AF2581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2581; }

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

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

background-color css

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

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

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

border-color css

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

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

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