Html Css Color HEX #AF368F Medium Red Violet

📋 copy color: '#AF368F'

red 175 ◦ green 54 ◦ blue 143

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

Shades of Medium Red Violet #AF368F

Tints of Medium Red Violet #AF368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 47.04%
G = 14.52%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF368F (or 0xAF368F) is known color: Medium Red Violet. HEX triplet: AF, 36 and 8F. RGB value is (175,54,143). Sum of RGB (Red+Green+Blue) = 175+54+143=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF368F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF368F is #50C970. Grayscale: #646464. Windows color (decimal): -5294449 or 9385647. OLE color: 9385647.

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

Color convert

RGB 175 54 143 -
CMYK 0 0.69 0.18 0.31
HSL 315.87º 0.53% 0.45% -
HSV(B) 315.87º 0.69% 0.69% -
XYZ 23.96 13.74 27.38 -
YUV 100.33 152.09 181.26 -
System Red Green Blue C M Y K H S L
Decimal 175 54 143 0 0.69 0.18 0.31 315.87 0.53 0.45
Hex AF 36 8F 0 45 12 1F 13C 35 2D
Octal 257 66 217 0 105 22 37 474 65 55
Binary 10101111 110110 10001111 0 1000101 10010 11111 100111100 110101 101101

Color Harmonies of #AF368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF368F

Black with #AF368F

Text Example


Text Example

White with #AF368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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