Html Css Color HEX #AF427F Medium Red Violet

📋 copy color: '#AF427F'

red 175 ◦ green 66 ◦ blue 127

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

Shades of Medium Red Violet #AF427F

Tints of Medium Red Violet #AF427F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.93%

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

R = 47.55%
G = 17.93%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF427F (or 0xAF427F) is known color: Medium Red Violet. HEX triplet: AF, 42 and 7F. RGB value is (175,66,127). Sum of RGB (Red+Green+Blue) = 175+66+127=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF427F is #50BD80. Grayscale: #696969. Windows color (decimal): -5291393 or 8340143. OLE color: 8340143.

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

Color convert

RGB 175 66 127 -
CMYK 0 0.62 0.27 0.31
HSL 326.42º 0.45% 0.47% -
HSV(B) 326.42º 0.62% 0.69% -
XYZ 23.46 14.54 21.65 -
YUV 105.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 175 66 127 0 0.62 0.27 0.31 326.42 0.45 0.47
Hex AF 42 7F 0 3E 1B 1F 146 2D 2F
Octal 257 102 177 0 76 33 37 506 55 57
Binary 10101111 1000010 1111111 0 111110 11011 11111 101000110 101101 101111

Color Harmonies of #AF427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF427F

Black with #AF427F

Text Example


Text Example

White with #AF427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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