Html Css Color HEX #AF3890 Medium Red Violet

📋 copy color: '#AF3890'

red 175 ◦ green 56 ◦ blue 144

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

Shades of Medium Red Violet #AF3890

Tints of Medium Red Violet #AF3890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.4%

R = 46.67%
G = 14.93%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF3890 (or 0xAF3890) is known color: Medium Red Violet. HEX triplet: AF, 38 and 90. RGB value is (175,56,144). Sum of RGB (Red+Green+Blue) = 175+56+144=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 56 (22.27% from 255 or 14.93% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3890 is #50C76F. Grayscale: #656565. Windows color (decimal): -5293936 or 9451695. OLE color: 9451695.

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

Color convert

RGB 175 56 144 -
CMYK 0 0.68 0.18 0.31
HSL 315.63º 0.52% 0.45% -
HSV(B) 315.63º 0.68% 0.69% -
XYZ 24.13 13.96 27.81 -
YUV 101.61 151.92 180.34 -
System Red Green Blue C M Y K H S L
Decimal 175 56 144 0 0.68 0.18 0.31 315.63 0.52 0.45
Hex AF 38 90 0 44 12 1F 13C 34 2D
Octal 257 70 220 0 104 22 37 474 64 55
Binary 10101111 111000 10010000 0 1000100 10010 11111 100111100 110100 101101

Color Harmonies of #AF3890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3890

Black with #AF3890

Text Example


Text Example

White with #AF3890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3890; }

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

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

background-color css

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

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

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

border-color css

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

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

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