Html Css Color HEX #AF358F Medium Red Violet

📋 copy color: '#AF358F'

red 175 ◦ green 53 ◦ blue 143

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

Shades of Medium Red Violet #AF358F

Tints of Medium Red Violet #AF358F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.29%

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

R = 47.17%
G = 14.29%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF358F (or 0xAF358F) is known color: Medium Red Violet. HEX triplet: AF, 35 and 8F. RGB value is (175,53,143). Sum of RGB (Red+Green+Blue) = 175+53+143=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 175 - color contains mainly: red. Hex color #AF358F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF358F is #50CA70. Grayscale: #636363. Windows color (decimal): -5294705 or 9385391. OLE color: 9385391.

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

Color convert

RGB 175 53 143 -
CMYK 0 0.70 0.18 0.31
HSL 315.74º 0.54% 0.45% -
HSV(B) 315.74º 0.7% 0.69% -
XYZ 23.91 13.64 27.36 -
YUV 99.74 152.42 181.68 -
System Red Green Blue C M Y K H S L
Decimal 175 53 143 0 0.70 0.18 0.31 315.74 0.54 0.45
Hex AF 35 8F 0 46 12 1F 13C 36 2D
Octal 257 65 217 0 106 22 37 474 66 55
Binary 10101111 110101 10001111 0 1000110 10010 11111 100111100 110110 101101

Color Harmonies of #AF358F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF358F

Black with #AF358F

Text Example


Text Example

White with #AF358F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF358F; }

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

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

background-color css

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

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

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

border-color css

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

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

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