Html Css Color HEX #AF29AA Medium Red Violet

📋 copy color: '#AF29AA'

red 175 ◦ green 41 ◦ blue 170

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

Shades of Medium Red Violet #AF29AA

Tints of Medium Red Violet #AF29AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.62%

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

R = 45.34%
G = 10.62%
B = 44.04%

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

#AF29AA (or 0xAF29AA) is known color: Medium Red Violet. HEX triplet: AF, 29 and AA. RGB value is (175,41,170). Sum of RGB (Red+Green+Blue) = 175+41+170=386 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.34% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 175 - color contains mainly: red. Hex color #AF29AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF29AA is #50D655. Grayscale: #5F5F5F. Windows color (decimal): -5297750 or 11151791. OLE color: 11151791.

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

Color convert

RGB 175 41 170 -
CMYK 0 0.77 0.03 0.31
HSL 302.24º 0.62% 0.42% -
HSV(B) 302.24º 0.77% 0.69% -
XYZ 25.73 13.6 39.3 -
YUV 95.77 169.89 184.51 -
System Red Green Blue C M Y K H S L
Decimal 175 41 170 0 0.77 0.03 0.31 302.24 0.62 0.42
Hex AF 29 AA 0 4D 3 1F 12E 3E 2A
Octal 257 51 252 0 115 3 37 456 76 52
Binary 10101111 101001 10101010 0 1001101 11 11111 100101110 111110 101010

Color Harmonies of #AF29AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF29AA

Black with #AF29AA

Text Example


Text Example

White with #AF29AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF29AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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