Html Css Color HEX #AF227C Medium Red Violet

📋 copy color: '#AF227C'

red 175 ◦ green 34 ◦ blue 124

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

Shades of Medium Red Violet #AF227C

Tints of Medium Red Violet #AF227C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.21%

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

R = 52.55%
G = 10.21%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF227C (or 0xAF227C) is known color: Medium Red Violet. HEX triplet: AF, 22 and 7C. RGB value is (175,34,124). Sum of RGB (Red+Green+Blue) = 175+34+124=333 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.55% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 175 - color contains mainly: red. Hex color #AF227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF227C is #50DD83. Grayscale: #565656. Windows color (decimal): -5299588 or 8135343. OLE color: 8135343.

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

Color convert

RGB 175 34 124 -
CMYK 0 0.81 0.29 0.31
HSL 321.7º 0.67% 0.41% -
HSV(B) 321.7º 0.81% 0.69% -
XYZ 21.89 11.71 20.18 -
YUV 86.42 149.21 191.18 -
System Red Green Blue C M Y K H S L
Decimal 175 34 124 0 0.81 0.29 0.31 321.7 0.67 0.41
Hex AF 22 7C 0 51 1D 1F 142 43 29
Octal 257 42 174 0 121 35 37 502 103 51
Binary 10101111 100010 1111100 0 1010001 11101 11111 101000010 1000011 101001

Color Harmonies of #AF227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF227C

Black with #AF227C

Text Example


Text Example

White with #AF227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF227C; }

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

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

background-color css

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

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

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

border-color css

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

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

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