Html Css Color HEX #AF28AA Medium Red Violet

📋 copy color: '#AF28AA'

red 175 ◦ green 40 ◦ blue 170

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

Shades of Medium Red Violet #AF28AA

Tints of Medium Red Violet #AF28AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.16%

R = 45.45%
G = 10.39%
B = 44.16%

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

#AF28AA (or 0xAF28AA) is known color: Medium Red Violet. HEX triplet: AF, 28 and AA. RGB value is (175,40,170). Sum of RGB (Red+Green+Blue) = 175+40+170=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF28AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF28AA is #50D755. Grayscale: #5E5E5E. Windows color (decimal): -5298006 or 11151535. OLE color: 11151535.

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

Color convert

RGB 175 40 170 -
CMYK 0 0.77 0.03 0.31
HSL 302.22º 0.63% 0.42% -
HSV(B) 302.22º 0.77% 0.69% -
XYZ 25.69 13.53 39.29 -
YUV 95.19 170.23 184.93 -
System Red Green Blue C M Y K H S L
Decimal 175 40 170 0 0.77 0.03 0.31 302.22 0.63 0.42
Hex AF 28 AA 0 4D 3 1F 12E 3F 2A
Octal 257 50 252 0 115 3 37 456 77 52
Binary 10101111 101000 10101010 0 1001101 11 11111 100101110 111111 101010

Color Harmonies of #AF28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF28AA

Black with #AF28AA

Text Example


Text Example

White with #AF28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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