Html Css Color HEX #AF399C Medium Red Violet

📋 copy color: '#AF399C'

red 175 ◦ green 57 ◦ blue 156

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

Shades of Medium Red Violet #AF399C

Tints of Medium Red Violet #AF399C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.21%

R = 45.1%
G = 14.69%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF399C (or 0xAF399C) is known color: Medium Red Violet. HEX triplet: AF, 39 and 9C. RGB value is (175,57,156). Sum of RGB (Red+Green+Blue) = 175+57+156=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 57 (22.66% from 255 or 14.69% from 388); Blue value is 156 (61.33% from 255 or 40.21% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF399C is #50C663. Grayscale: #676767. Windows color (decimal): -5293668 or 10238383. OLE color: 10238383.

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

Color convert

RGB 175 57 156 -
CMYK 0 0.67 0.11 0.31
HSL 309.66º 0.51% 0.45% -
HSV(B) 309.66º 0.67% 0.69% -
XYZ 25.14 14.44 32.91 -
YUV 103.57 157.59 178.95 -
System Red Green Blue C M Y K H S L
Decimal 175 57 156 0 0.67 0.11 0.31 309.66 0.51 0.45
Hex AF 39 9C 0 43 B 1F 136 33 2D
Octal 257 71 234 0 103 13 37 466 63 55
Binary 10101111 111001 10011100 0 1000011 1011 11111 100110110 110011 101101

Color Harmonies of #AF399C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF399C

Black with #AF399C

Text Example


Text Example

White with #AF399C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF399C; }

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

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

background-color css

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

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

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

border-color css

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

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

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