Html Css Color HEX #AF4086 Medium Red Violet

📋 copy color: '#AF4086'

red 175 ◦ green 64 ◦ blue 134

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

Shades of Medium Red Violet #AF4086

Tints of Medium Red Violet #AF4086

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.16%

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

R = 46.92%
G = 17.16%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF4086 (or 0xAF4086) is known color: Medium Red Violet. HEX triplet: AF, 40 and 86. RGB value is (175,64,134). Sum of RGB (Red+Green+Blue) = 175+64+134=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 134 (52.73% from 255 or 35.92% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4086 is #50BF79. Grayscale: #686868. Windows color (decimal): -5291898 or 8798383. OLE color: 8798383.

HSL color Cylindrical-coordinate representation of color #AF4086: hue angle of 322.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4086 is Cyan = 0, Magento = 0.63, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 64 134 -
CMYK 0 0.63 0.23 0.31
HSL 322.16º 0.46% 0.47% -
HSV(B) 322.16º 0.63% 0.69% -
XYZ 23.82 14.5 24.1 -
YUV 105.17 144.27 177.81 -
System Red Green Blue C M Y K H S L
Decimal 175 64 134 0 0.63 0.23 0.31 322.16 0.46 0.47
Hex AF 40 86 0 3F 17 1F 142 2E 2F
Octal 257 100 206 0 77 27 37 502 56 57
Binary 10101111 1000000 10000110 0 111111 10111 11111 101000010 101110 101111

Color Harmonies of #AF4086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4086

Black with #AF4086

Text Example


Text Example

White with #AF4086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4086; }

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

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

background-color css

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

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

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

border-color css

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

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

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