Html Css Color HEX #AF367C Medium Red Violet

📋 copy color: '#AF367C'

red 175 ◦ green 54 ◦ blue 124

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

Shades of Medium Red Violet #AF367C

Tints of Medium Red Violet #AF367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.3%

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

R = 49.58%
G = 15.3%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF367C (or 0xAF367C) is known color: Medium Red Violet. HEX triplet: AF, 36 and 7C. RGB value is (175,54,124). Sum of RGB (Red+Green+Blue) = 175+54+124=353 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.58% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 175 - color contains mainly: red. Hex color #AF367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF367C is #50C983. Grayscale: #626262. Windows color (decimal): -5294468 or 8140463. OLE color: 8140463.

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

Color convert

RGB 175 54 124 -
CMYK 0 0.69 0.29 0.31
HSL 325.29º 0.53% 0.45% -
HSV(B) 325.29º 0.69% 0.69% -
XYZ 22.64 13.21 20.43 -
YUV 98.16 142.59 182.81 -
System Red Green Blue C M Y K H S L
Decimal 175 54 124 0 0.69 0.29 0.31 325.29 0.53 0.45
Hex AF 36 7C 0 45 1D 1F 145 35 2D
Octal 257 66 174 0 105 35 37 505 65 55
Binary 10101111 110110 1111100 0 1000101 11101 11111 101000101 110101 101101

Color Harmonies of #AF367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF367C

Black with #AF367C

Text Example


Text Example

White with #AF367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF367C; }

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

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

background-color css

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

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

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

border-color css

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

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

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