Html Css Color HEX #AF2786 Medium Red Violet

📋 copy color: '#AF2786'

red 175 ◦ green 39 ◦ blue 134

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

Shades of Medium Red Violet #AF2786

Tints of Medium Red Violet #AF2786

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.21%

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

R = 50.29%
G = 11.21%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF2786 (or 0xAF2786) is known color: Medium Red Violet. HEX triplet: AF, 27 and 86. RGB value is (175,39,134). Sum of RGB (Red+Green+Blue) = 175+39+134=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2786 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2786 is #50D879. Grayscale: #5A5A5A. Windows color (decimal): -5298298 or 8791983. OLE color: 8791983.

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

Color convert

RGB 175 39 134 -
CMYK 0 0.78 0.23 0.31
HSL 318.09º 0.64% 0.42% -
HSV(B) 318.09º 0.78% 0.69% -
XYZ 22.71 12.29 23.73 -
YUV 90.49 152.56 188.28 -
System Red Green Blue C M Y K H S L
Decimal 175 39 134 0 0.78 0.23 0.31 318.09 0.64 0.42
Hex AF 27 86 0 4E 17 1F 13E 40 2A
Octal 257 47 206 0 116 27 37 476 100 52
Binary 10101111 100111 10000110 0 1001110 10111 11111 100111110 1000000 101010

Color Harmonies of #AF2786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2786

Black with #AF2786

Text Example


Text Example

White with #AF2786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2786; }

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

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

background-color css

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

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

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

border-color css

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

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

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