Html Css Color HEX #AF2570 Medium Red Violet

📋 copy color: '#AF2570'

red 175 ◦ green 37 ◦ blue 112

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

Shades of Medium Red Violet #AF2570

Tints of Medium Red Violet #AF2570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.57%

R = 54.01%
G = 11.42%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF2570 (or 0xAF2570) is known color: Medium Red Violet. HEX triplet: AF, 25 and 70. RGB value is (175,37,112). Sum of RGB (Red+Green+Blue) = 175+37+112=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2570 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2570 is #50DA8F. Grayscale: #565656. Windows color (decimal): -5298832 or 7349679. OLE color: 7349679.

HSL color Cylindrical-coordinate representation of color #AF2570: hue angle of 327.39º 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 #AF2570 is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 37 112 -
CMYK 0 0.79 0.36 0.31
HSL 327.39º 0.65% 0.42% -
HSV(B) 327.39º 0.79% 0.69% -
XYZ 21.27 11.61 16.45 -
YUV 86.81 142.22 190.9 -
System Red Green Blue C M Y K H S L
Decimal 175 37 112 0 0.79 0.36 0.31 327.39 0.65 0.42
Hex AF 25 70 0 4F 24 1F 147 41 2A
Octal 257 45 160 0 117 44 37 507 101 52
Binary 10101111 100101 1110000 0 1001111 100100 11111 101000111 1000001 101010

Color Harmonies of #AF2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2570

Black with #AF2570

Text Example


Text Example

White with #AF2570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2570; }

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

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

background-color css

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

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

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

border-color css

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

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

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