Html Css Color HEX #AF288D Medium Red Violet

📋 copy color: '#AF288D'

red 175 ◦ green 40 ◦ blue 141

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

Shades of Medium Red Violet #AF288D

Tints of Medium Red Violet #AF288D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 49.16%
G = 11.24%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF288D (or 0xAF288D) is known color: Medium Red Violet. HEX triplet: AF, 28 and 8D. RGB value is (175,40,141). Sum of RGB (Red+Green+Blue) = 175+40+141=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 40 (16.02% from 255 or 11.24% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF288D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF288D is #50D772. Grayscale: #5B5B5B. Windows color (decimal): -5298035 or 9250991. OLE color: 9250991.

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

Color convert

RGB 175 40 141 -
CMYK 0 0.77 0.19 0.31
HSL 315.11º 0.63% 0.42% -
HSV(B) 315.11º 0.77% 0.69% -
XYZ 23.25 12.55 26.4 -
YUV 91.88 155.73 187.29 -
System Red Green Blue C M Y K H S L
Decimal 175 40 141 0 0.77 0.19 0.31 315.11 0.63 0.42
Hex AF 28 8D 0 4D 13 1F 13B 3F 2A
Octal 257 50 215 0 115 23 37 473 77 52
Binary 10101111 101000 10001101 0 1001101 10011 11111 100111011 111111 101010

Color Harmonies of #AF288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF288D

Black with #AF288D

Text Example


Text Example

White with #AF288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF288D; }

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

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

background-color css

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

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

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

border-color css

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

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

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