Html Css Color HEX #AF389D Medium Red Violet

📋 copy color: '#AF389D'

red 175 ◦ green 56 ◦ blue 157

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

Shades of Medium Red Violet #AF389D

Tints of Medium Red Violet #AF389D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.43%

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

R = 45.1%
G = 14.43%
B = 40.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF389D (or 0xAF389D) is known color: Medium Red Violet. HEX triplet: AF, 38 and 9D. RGB value is (175,56,157). Sum of RGB (Red+Green+Blue) = 175+56+157=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 175 - color contains mainly: red. Hex color #AF389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF389D is #50C762. Grayscale: #666666. Windows color (decimal): -5293923 or 10303663. OLE color: 10303663.

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

Color convert

RGB 175 56 157 -
CMYK 0 0.68 0.10 0.31
HSL 309.08º 0.52% 0.45% -
HSV(B) 309.08º 0.68% 0.69% -
XYZ 25.18 14.38 33.35 -
YUV 103.1 158.42 179.29 -
System Red Green Blue C M Y K H S L
Decimal 175 56 157 0 0.68 0.10 0.31 309.08 0.52 0.45
Hex AF 38 9D 0 44 A 1F 135 34 2D
Octal 257 70 235 0 104 12 37 465 64 55
Binary 10101111 111000 10011101 0 1000100 1010 11111 100110101 110100 101101

Color Harmonies of #AF389D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF389D

Black with #AF389D

Text Example


Text Example

White with #AF389D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF389D; }

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

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

background-color css

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

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

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

border-color css

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

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

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