Html Css Color HEX #AF257F Medium Red Violet

📋 copy color: '#AF257F'

red 175 ◦ green 37 ◦ blue 127

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

Shades of Medium Red Violet #AF257F

Tints of Medium Red Violet #AF257F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.46%

R = 51.62%
G = 10.91%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF257F (or 0xAF257F) is known color: Medium Red Violet. HEX triplet: AF, 25 and 7F. RGB value is (175,37,127). Sum of RGB (Red+Green+Blue) = 175+37+127=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 127 (50% from 255 or 37.46% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF257F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF257F is #50DA80. Grayscale: #585858. Windows color (decimal): -5298817 or 8332719. OLE color: 8332719.

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

Color convert

RGB 175 37 127 -
CMYK 0 0.79 0.27 0.31
HSL 320.87º 0.65% 0.42% -
HSV(B) 320.87º 0.79% 0.69% -
XYZ 22.17 11.97 21.22 -
YUV 88.52 149.72 189.68 -
System Red Green Blue C M Y K H S L
Decimal 175 37 127 0 0.79 0.27 0.31 320.87 0.65 0.42
Hex AF 25 7F 0 4F 1B 1F 141 41 2A
Octal 257 45 177 0 117 33 37 501 101 52
Binary 10101111 100101 1111111 0 1001111 11011 11111 101000001 1000001 101010

Color Harmonies of #AF257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF257F

Black with #AF257F

Text Example


Text Example

White with #AF257F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF257F; }

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

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

background-color css

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

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

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

border-color css

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

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

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