Html Css Color HEX #AF2883 Medium Red Violet

📋 copy color: '#AF2883'

red 175 ◦ green 40 ◦ blue 131

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

Shades of Medium Red Violet #AF2883

Tints of Medium Red Violet #AF2883

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.56%

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 50.58%
G = 11.56%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF2883 (or 0xAF2883) is known color: Medium Red Violet. HEX triplet: AF, 28 and 83. RGB value is (175,40,131). Sum of RGB (Red+Green+Blue) = 175+40+131=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 40 (16.02% from 255 or 11.56% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2883 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2883 is #50D77C. Grayscale: #5A5A5A. Windows color (decimal): -5298045 or 8595631. OLE color: 8595631.

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

Color convert

RGB 175 40 131 -
CMYK 0 0.77 0.25 0.31
HSL 319.56º 0.63% 0.42% -
HSV(B) 319.56º 0.77% 0.69% -
XYZ 22.53 12.27 22.65 -
YUV 90.74 150.73 188.1 -
System Red Green Blue C M Y K H S L
Decimal 175 40 131 0 0.77 0.25 0.31 319.56 0.63 0.42
Hex AF 28 83 0 4D 19 1F 140 3F 2A
Octal 257 50 203 0 115 31 37 500 77 52
Binary 10101111 101000 10000011 0 1001101 11001 11111 101000000 111111 101010

Color Harmonies of #AF2883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2883

Black with #AF2883

Text Example


Text Example

White with #AF2883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2883; }

 p { color: rgb(175,40,131); }

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

background-color css

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

 a { background-color: rgb(175,40,131); }

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

border-color css

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

 span { border-color: rgb(175,40,131); }

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