Html Css Color HEX #AF1686 Medium Violet Red

📋 copy color: '#AF1686'

red 175 ◦ green 22 ◦ blue 134

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

Shades of Medium Violet Red #AF1686

Tints of Medium Violet Red #AF1686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.65%

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

R = 52.87%
G = 6.65%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF1686 (or 0xAF1686) is known color: Medium Violet Red. HEX triplet: AF, 16 and 86. RGB value is (175,22,134). Sum of RGB (Red+Green+Blue) = 175+22+134=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF1686 is #50E979. Grayscale: #505050. Windows color (decimal): -5302650 or 8787631. OLE color: 8787631.

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

Color convert

RGB 175 22 134 -
CMYK 0 0.87 0.23 0.31
HSL 316.08º 0.78% 0.39% -
HSV(B) 316.08º 0.87% 0.69% -
XYZ 22.27 11.41 23.58 -
YUV 80.52 158.19 195.39 -
System Red Green Blue C M Y K H S L
Decimal 175 22 134 0 0.87 0.23 0.31 316.08 0.78 0.39
Hex AF 16 86 0 57 17 1F 13C 4E 27
Octal 257 26 206 0 127 27 37 474 116 47
Binary 10101111 10110 10000110 0 1010111 10111 11111 100111100 1001110 100111

Color Harmonies of #AF1686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF1686

Black with #AF1686

Text Example


Text Example

White with #AF1686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF1686; }

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

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

background-color css

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

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

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

border-color css

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

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

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