Html Css Color HEX #AF237F Medium Red Violet

📋 copy color: '#AF237F'

red 175 ◦ green 35 ◦ blue 127

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

Shades of Medium Red Violet #AF237F

Tints of Medium Red Violet #AF237F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.39%

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

R = 51.93%
G = 10.39%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF237F (or 0xAF237F) is known color: Medium Red Violet. HEX triplet: AF, 23 and 7F. RGB value is (175,35,127). Sum of RGB (Red+Green+Blue) = 175+35+127=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF237F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF237F is #50DC80. Grayscale: #575757. Windows color (decimal): -5299329 or 8332207. OLE color: 8332207.

HSL color Cylindrical-coordinate representation of color #AF237F: hue angle of 320.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AF237F is Cyan = 0, Magento = 0.8, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 35 127 -
CMYK 0 0.8 0.27 0.31
HSL 320.57º 0.67% 0.41% -
HSV(B) 320.57º 0.8% 0.69% -
XYZ 22.11 11.85 21.2 -
YUV 87.35 150.38 190.52 -
System Red Green Blue C M Y K H S L
Decimal 175 35 127 0 0.8 0.27 0.31 320.57 0.67 0.41
Hex AF 23 7F 0 50 1B 1F 141 43 29
Octal 257 43 177 0 120 33 37 501 103 51
Binary 10101111 100011 1111111 0 1010000 11011 11111 101000001 1000011 101001

Color Harmonies of #AF237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF237F

Black with #AF237F

Text Example


Text Example

White with #AF237F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF237F; }

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

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

background-color css

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

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

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

border-color css

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

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

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