Html Css Color HEX #AF299F Medium Red Violet

📋 copy color: '#AF299F'

red 175 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #AF299F

Tints of Medium Red Violet #AF299F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.4%

R = 46.67%
G = 10.93%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#AF299F (or 0xAF299F) is known color: Medium Red Violet. HEX triplet: AF, 29 and 9F. RGB value is (175,41,159). Sum of RGB (Red+Green+Blue) = 175+41+159=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 41 (16.41% from 255 or 10.93% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 175 - color contains mainly: red. Hex color #AF299F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF299F is #50D660. Grayscale: #5E5E5E. Windows color (decimal): -5297761 or 10430895. OLE color: 10430895.

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

Color convert

RGB 175 41 159 -
CMYK 0 0.77 0.09 0.31
HSL 307.16º 0.62% 0.42% -
HSV(B) 307.16º 0.77% 0.69% -
XYZ 24.73 13.2 34.05 -
YUV 94.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 175 41 159 0 0.77 0.09 0.31 307.16 0.62 0.42
Hex AF 29 9F 0 4D 9 1F 133 3E 2A
Octal 257 51 237 0 115 11 37 463 76 52
Binary 10101111 101001 10011111 0 1001101 1001 11111 100110011 111110 101010

Color Harmonies of #AF299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF299F

Black with #AF299F

Text Example


Text Example

White with #AF299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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