Html Css Color HEX #AF3886 Medium Red Violet

📋 copy color: '#AF3886'

red 175 ◦ green 56 ◦ blue 134

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

Shades of Medium Red Violet #AF3886

Tints of Medium Red Violet #AF3886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 47.95%
G = 15.34%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF3886 (or 0xAF3886) is known color: Medium Red Violet. HEX triplet: AF, 38 and 86. RGB value is (175,56,134). Sum of RGB (Red+Green+Blue) = 175+56+134=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 56 (22.27% from 255 or 15.34% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF3886 is #50C779. Grayscale: #646464. Windows color (decimal): -5293946 or 8796335. OLE color: 8796335.

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

Color convert

RGB 175 56 134 -
CMYK 0 0.68 0.23 0.31
HSL 320.67º 0.52% 0.45% -
HSV(B) 320.67º 0.68% 0.69% -
XYZ 23.4 13.66 23.96 -
YUV 100.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 175 56 134 0 0.68 0.23 0.31 320.67 0.52 0.45
Hex AF 38 86 0 44 17 1F 141 34 2D
Octal 257 70 206 0 104 27 37 501 64 55
Binary 10101111 111000 10000110 0 1000100 10111 11111 101000001 110100 101101

Color Harmonies of #AF3886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3886

Black with #AF3886

Text Example


Text Example

White with #AF3886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3886; }

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

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

background-color css

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

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

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

border-color css

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

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

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