Html Css Color HEX #AF399A Medium Red Violet

📋 copy color: '#AF399A'

red 175 ◦ green 57 ◦ blue 154

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

Shades of Medium Red Violet #AF399A

Tints of Medium Red Violet #AF399A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.9%

R = 45.34%
G = 14.77%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AF399A (or 0xAF399A) is known color: Medium Red Violet. HEX triplet: AF, 39 and 9A. RGB value is (175,57,154). Sum of RGB (Red+Green+Blue) = 175+57+154=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF399A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF399A is #50C665. Grayscale: #676767. Windows color (decimal): -5293670 or 10107311. OLE color: 10107311.

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

Color convert

RGB 175 57 154 -
CMYK 0 0.67 0.12 0.31
HSL 310.68º 0.51% 0.45% -
HSV(B) 310.68º 0.67% 0.69% -
XYZ 24.98 14.37 32.03 -
YUV 103.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 175 57 154 0 0.67 0.12 0.31 310.68 0.51 0.45
Hex AF 39 9A 0 43 C 1F 137 33 2D
Octal 257 71 232 0 103 14 37 467 63 55
Binary 10101111 111001 10011010 0 1000011 1100 11111 100110111 110011 101101

Color Harmonies of #AF399A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF399A

Black with #AF399A

Text Example


Text Example

White with #AF399A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF399A; }

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

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

background-color css

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

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

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

border-color css

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

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

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