Html Css Color HEX #AF387F Medium Red Violet

📋 copy color: '#AF387F'

red 175 ◦ green 56 ◦ blue 127

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

Shades of Medium Red Violet #AF387F

Tints of Medium Red Violet #AF387F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.64%

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

R = 48.88%
G = 15.64%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF387F (or 0xAF387F) is known color: Medium Red Violet. HEX triplet: AF, 38 and 7F. RGB value is (175,56,127). Sum of RGB (Red+Green+Blue) = 175+56+127=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF387F is #50C780. Grayscale: #636363. Windows color (decimal): -5293953 or 8337583. OLE color: 8337583.

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

Color convert

RGB 175 56 127 -
CMYK 0 0.68 0.27 0.31
HSL 324.2º 0.52% 0.45% -
HSV(B) 324.2º 0.68% 0.69% -
XYZ 22.92 13.47 21.47 -
YUV 99.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 175 56 127 0 0.68 0.27 0.31 324.2 0.52 0.45
Hex AF 38 7F 0 44 1B 1F 144 34 2D
Octal 257 70 177 0 104 33 37 504 64 55
Binary 10101111 111000 1111111 0 1000100 11011 11111 101000100 110100 101101

Color Harmonies of #AF387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF387F

Black with #AF387F

Text Example


Text Example

White with #AF387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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