Html Css Color HEX #AF399E Medium Red Violet

📋 copy color: '#AF399E'

red 175 ◦ green 57 ◦ blue 158

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

Shades of Medium Red Violet #AF399E

Tints of Medium Red Violet #AF399E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 40.51%

R = 44.87%
G = 14.62%
B = 40.51%

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

#AF399E (or 0xAF399E) is known color: Medium Red Violet. HEX triplet: AF, 39 and 9E. RGB value is (175,57,158). Sum of RGB (Red+Green+Blue) = 175+57+158=390 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.87% from 390); Green value is 57 (22.66% from 255 or 14.62% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 175 - color contains mainly: red. Hex color #AF399E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF399E is #50C661. Grayscale: #676767. Windows color (decimal): -5293666 or 10369455. OLE color: 10369455.

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

Color convert

RGB 175 57 158 -
CMYK 0 0.67 0.10 0.31
HSL 308.64º 0.51% 0.45% -
HSV(B) 308.64º 0.67% 0.69% -
XYZ 25.31 14.51 33.81 -
YUV 103.8 158.59 178.79 -
System Red Green Blue C M Y K H S L
Decimal 175 57 158 0 0.67 0.10 0.31 308.64 0.51 0.45
Hex AF 39 9E 0 43 A 1F 135 33 2D
Octal 257 71 236 0 103 12 37 465 63 55
Binary 10101111 111001 10011110 0 1000011 1010 11111 100110101 110011 101101

Color Harmonies of #AF399E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF399E

Black with #AF399E

Text Example


Text Example

White with #AF399E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF399E; }

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

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

background-color css

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

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

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

border-color css

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

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

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