Html Css Color HEX #AF399D Medium Red Violet

📋 copy color: '#AF399D'

red 175 ◦ green 57 ◦ blue 157

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

Shades of Medium Red Violet #AF399D

Tints of Medium Red Violet #AF399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.65%

 BLUE value IS 157 (61.72% from 255) = 40.36%

R = 44.99%
G = 14.65%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF399D (or 0xAF399D) is known color: Medium Red Violet. HEX triplet: AF, 39 and 9D. RGB value is (175,57,157). Sum of RGB (Red+Green+Blue) = 175+57+157=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 157 (61.72% from 255 or 40.36% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF399D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF399D is #50C662. Grayscale: #676767. Windows color (decimal): -5293667 or 10303919. OLE color: 10303919.

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

Color convert

RGB 175 57 157 -
CMYK 0 0.67 0.10 0.31
HSL 309.15º 0.51% 0.45% -
HSV(B) 309.15º 0.67% 0.69% -
XYZ 25.23 14.47 33.36 -
YUV 103.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 175 57 157 0 0.67 0.10 0.31 309.15 0.51 0.45
Hex AF 39 9D 0 43 A 1F 135 33 2D
Octal 257 71 235 0 103 12 37 465 63 55
Binary 10101111 111001 10011101 0 1000011 1010 11111 100110101 110011 101101

Color Harmonies of #AF399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF399D

Black with #AF399D

Text Example


Text Example

White with #AF399D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF399D; }

 p { color: rgb(175,57,157); }

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

background-color css

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

 a { background-color: rgb(175,57,157); }

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

border-color css

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

 span { border-color: rgb(175,57,157); }

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