Html Css Color HEX #AF2F7C Medium Red Violet

📋 copy color: '#AF2F7C'

red 175 ◦ green 47 ◦ blue 124

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

Shades of Medium Red Violet #AF2F7C

Tints of Medium Red Violet #AF2F7C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.58%

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

R = 50.58%
G = 13.58%
B = 35.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF2F7C (or 0xAF2F7C) is known color: Medium Red Violet. HEX triplet: AF, 2F and 7C. RGB value is (175,47,124). Sum of RGB (Red+Green+Blue) = 175+47+124=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 47 (18.75% from 255 or 13.58% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2F7C is #50D083. Grayscale: #5D5D5D. Windows color (decimal): -5296260 or 8138671. OLE color: 8138671.

HSL color Cylindrical-coordinate representation of color #AF2F7C: hue angle of 323.91º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF2F7C is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 47 124 -
CMYK 0 0.73 0.29 0.31
HSL 323.91º 0.58% 0.44% -
HSV(B) 323.91º 0.73% 0.69% -
XYZ 22.33 12.6 20.32 -
YUV 94.05 144.91 185.74 -
System Red Green Blue C M Y K H S L
Decimal 175 47 124 0 0.73 0.29 0.31 323.91 0.58 0.44
Hex AF 2F 7C 0 49 1D 1F 144 3A 2C
Octal 257 57 174 0 111 35 37 504 72 54
Binary 10101111 101111 1111100 0 1001001 11101 11111 101000100 111010 101100

Color Harmonies of #AF2F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F7C

Black with #AF2F7C

Text Example


Text Example

White with #AF2F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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