Html Css Color HEX #AF257C Medium Red Violet

📋 copy color: '#AF257C'

red 175 ◦ green 37 ◦ blue 124

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

Shades of Medium Red Violet #AF257C

Tints of Medium Red Violet #AF257C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 52.08%
G = 11.01%
B = 36.9%

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

#AF257C (or 0xAF257C) is known color: Medium Red Violet. HEX triplet: AF, 25 and 7C. RGB value is (175,37,124). Sum of RGB (Red+Green+Blue) = 175+37+124=336 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.08% from 336); Green value is 37 (14.84% from 255 or 11.01% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 175 - color contains mainly: red. Hex color #AF257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF257C is #50DA83. Grayscale: #575757. Windows color (decimal): -5298820 or 8136111. OLE color: 8136111.

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

Color convert

RGB 175 37 124 -
CMYK 0 0.79 0.29 0.31
HSL 322.17º 0.65% 0.42% -
HSV(B) 322.17º 0.79% 0.69% -
XYZ 21.98 11.89 20.21 -
YUV 88.18 148.22 189.93 -
System Red Green Blue C M Y K H S L
Decimal 175 37 124 0 0.79 0.29 0.31 322.17 0.65 0.42
Hex AF 25 7C 0 4F 1D 1F 142 41 2A
Octal 257 45 174 0 117 35 37 502 101 52
Binary 10101111 100101 1111100 0 1001111 11101 11111 101000010 1000001 101010

Color Harmonies of #AF257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF257C

Black with #AF257C

Text Example


Text Example

White with #AF257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF257C; }

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

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

background-color css

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

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

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

border-color css

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

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

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