Html Css Color HEX #AF369F Medium Red Violet

📋 copy color: '#AF369F'

red 175 ◦ green 54 ◦ blue 159

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

Shades of Medium Red Violet #AF369F

Tints of Medium Red Violet #AF369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.98%

R = 45.1%
G = 13.92%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF369F (or 0xAF369F) is known color: Medium Red Violet. HEX triplet: AF, 36 and 9F. RGB value is (175,54,159). Sum of RGB (Red+Green+Blue) = 175+54+159=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 54 (21.48% from 255 or 13.92% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF369F is #50C960. Grayscale: #656565. Windows color (decimal): -5294433 or 10434223. OLE color: 10434223.

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

Color convert

RGB 175 54 159 -
CMYK 0 0.69 0.09 0.31
HSL 307.93º 0.53% 0.45% -
HSV(B) 307.93º 0.69% 0.69% -
XYZ 25.26 14.26 34.22 -
YUV 102.15 160.09 179.96 -
System Red Green Blue C M Y K H S L
Decimal 175 54 159 0 0.69 0.09 0.31 307.93 0.53 0.45
Hex AF 36 9F 0 45 9 1F 134 35 2D
Octal 257 66 237 0 105 11 37 464 65 55
Binary 10101111 110110 10011111 0 1000101 1001 11111 100110100 110101 101101

Color Harmonies of #AF369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF369F

Black with #AF369F

Text Example


Text Example

White with #AF369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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