Html Css Color HEX #AF257D Medium Red Violet

📋 copy color: '#AF257D'

red 175 ◦ green 37 ◦ blue 125

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

Shades of Medium Red Violet #AF257D

Tints of Medium Red Violet #AF257D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 51.93%
G = 10.98%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF257D (or 0xAF257D) is known color: Medium Red Violet. HEX triplet: AF, 25 and 7D. RGB value is (175,37,125). Sum of RGB (Red+Green+Blue) = 175+37+125=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 37 (14.84% from 255 or 10.98% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF257D is #50DA82. Grayscale: #585858. Windows color (decimal): -5298819 or 8201647. OLE color: 8201647.

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

Color convert

RGB 175 37 125 -
CMYK 0 0.79 0.29 0.31
HSL 321.74º 0.65% 0.42% -
HSV(B) 321.74º 0.79% 0.69% -
XYZ 22.04 11.92 20.54 -
YUV 88.29 148.72 189.84 -
System Red Green Blue C M Y K H S L
Decimal 175 37 125 0 0.79 0.29 0.31 321.74 0.65 0.42
Hex AF 25 7D 0 4F 1D 1F 142 41 2A
Octal 257 45 175 0 117 35 37 502 101 52
Binary 10101111 100101 1111101 0 1001111 11101 11111 101000010 1000001 101010

Color Harmonies of #AF257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF257D

Black with #AF257D

Text Example


Text Example

White with #AF257D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF257D; }

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

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

background-color css

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

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

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

border-color css

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

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

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