Html Css Color HEX #AF299C Medium Red Violet

📋 copy color: '#AF299C'

red 175 ◦ green 41 ◦ blue 156

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

Shades of Medium Red Violet #AF299C

Tints of Medium Red Violet #AF299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 47.04%
G = 11.02%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#AF299C (or 0xAF299C) is known color: Medium Red Violet. HEX triplet: AF, 29 and 9C. RGB value is (175,41,156). Sum of RGB (Red+Green+Blue) = 175+41+156=372 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.04% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 175 - color contains mainly: red. Hex color #AF299C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF299C is #50D663. Grayscale: #5D5D5D. Windows color (decimal): -5297764 or 10234287. OLE color: 10234287.

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

Color convert

RGB 175 41 156 -
CMYK 0 0.77 0.11 0.31
HSL 308.51º 0.62% 0.42% -
HSV(B) 308.51º 0.77% 0.69% -
XYZ 24.47 13.1 32.69 -
YUV 94.18 162.89 185.65 -
System Red Green Blue C M Y K H S L
Decimal 175 41 156 0 0.77 0.11 0.31 308.51 0.62 0.42
Hex AF 29 9C 0 4D B 1F 135 3E 2A
Octal 257 51 234 0 115 13 37 465 76 52
Binary 10101111 101001 10011100 0 1001101 1011 11111 100110101 111110 101010

Color Harmonies of #AF299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF299C

Black with #AF299C

Text Example


Text Example

White with #AF299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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