Html Css Color HEX #AF28A9 Medium Red Violet

📋 copy color: '#AF28A9'

red 175 ◦ green 40 ◦ blue 169

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

Shades of Medium Red Violet #AF28A9

Tints of Medium Red Violet #AF28A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 44.01%

R = 45.57%
G = 10.42%
B = 44.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.03

 K value IS 0.31

RGB Variations

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

Color information

#AF28A9 (or 0xAF28A9) is known color: Medium Red Violet. HEX triplet: AF, 28 and A9. RGB value is (175,40,169). Sum of RGB (Red+Green+Blue) = 175+40+169=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 169 (66.41% from 255 or 44.01% from 384); Max value from RGB is 175 - color contains mainly: red. Hex color #AF28A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF28A9 is #50D756. Grayscale: #5E5E5E. Windows color (decimal): -5298007 or 11085999. OLE color: 11085999.

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

Color convert

RGB 175 40 169 -
CMYK 0 0.77 0.03 0.31
HSL 302.67º 0.63% 0.42% -
HSV(B) 302.67º 0.77% 0.69% -
XYZ 25.6 13.5 38.79 -
YUV 95.07 169.73 185.01 -
System Red Green Blue C M Y K H S L
Decimal 175 40 169 0 0.77 0.03 0.31 302.67 0.63 0.42
Hex AF 28 A9 0 4D 3 1F 12F 3F 2A
Octal 257 50 251 0 115 3 37 457 77 52
Binary 10101111 101000 10101001 0 1001101 11 11111 100101111 111111 101010

Color Harmonies of #AF28A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28A9

Black with #AF28A9

Text Example


Text Example

White with #AF28A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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