Html Css Color HEX #AF399B Medium Red Violet

📋 copy color: '#AF399B'

red 175 ◦ green 57 ◦ blue 155

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

Shades of Medium Red Violet #AF399B

Tints of Medium Red Violet #AF399B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.05%

R = 45.22%
G = 14.73%
B = 40.05%

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

#AF399B (or 0xAF399B) is known color: Medium Red Violet. HEX triplet: AF, 39 and 9B. RGB value is (175,57,155). Sum of RGB (Red+Green+Blue) = 175+57+155=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 57 (22.66% from 255 or 14.73% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF399B is #50C664. Grayscale: #676767. Windows color (decimal): -5293669 or 10172847. OLE color: 10172847.

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

Color convert

RGB 175 57 155 -
CMYK 0 0.67 0.11 0.31
HSL 310.17º 0.51% 0.45% -
HSV(B) 310.17º 0.67% 0.69% -
XYZ 25.06 14.41 32.47 -
YUV 103.45 157.09 179.03 -
System Red Green Blue C M Y K H S L
Decimal 175 57 155 0 0.67 0.11 0.31 310.17 0.51 0.45
Hex AF 39 9B 0 43 B 1F 136 33 2D
Octal 257 71 233 0 103 13 37 466 63 55
Binary 10101111 111001 10011011 0 1000011 1011 11111 100110110 110011 101101

Color Harmonies of #AF399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF399B

Black with #AF399B

Text Example


Text Example

White with #AF399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF399B; }

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

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

background-color css

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

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

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

border-color css

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

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

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