Html Css Color HEX #AF367F Medium Red Violet

📋 copy color: '#AF367F'

red 175 ◦ green 54 ◦ blue 127

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

Shades of Medium Red Violet #AF367F

Tints of Medium Red Violet #AF367F

RGB

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

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

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

R = 49.16%
G = 15.17%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF367F (or 0xAF367F) is known color: Medium Red Violet. HEX triplet: AF, 36 and 7F. RGB value is (175,54,127). Sum of RGB (Red+Green+Blue) = 175+54+127=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 54 (21.48% from 255 or 15.17% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF367F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF367F is #50C980. Grayscale: #626262. Windows color (decimal): -5294465 or 8337071. OLE color: 8337071.

HSL color Cylindrical-coordinate representation of color #AF367F: hue angle of 323.8º 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 #AF367F is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 54 127 -
CMYK 0 0.69 0.27 0.31
HSL 323.8º 0.53% 0.45% -
HSV(B) 323.8º 0.69% 0.69% -
XYZ 22.83 13.28 21.44 -
YUV 98.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 175 54 127 0 0.69 0.27 0.31 323.8 0.53 0.45
Hex AF 36 7F 0 45 1B 1F 144 35 2D
Octal 257 66 177 0 105 33 37 504 65 55
Binary 10101111 110110 1111111 0 1000101 11011 11111 101000100 110101 101101

Color Harmonies of #AF367F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF367F

Black with #AF367F

Text Example


Text Example

White with #AF367F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF367F; }

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

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

background-color css

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

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

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

border-color css

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

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

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