Html Css Color HEX #AF299D Medium Red Violet

📋 copy color: '#AF299D'

red 175 ◦ green 41 ◦ blue 157

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

Shades of Medium Red Violet #AF299D

Tints of Medium Red Violet #AF299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 46.92%
G = 10.99%
B = 42.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#AF299D (or 0xAF299D) is known color: Medium Red Violet. HEX triplet: AF, 29 and 9D. RGB value is (175,41,157). Sum of RGB (Red+Green+Blue) = 175+41+157=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 175 - color contains mainly: red. Hex color #AF299D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF299D is #50D662. Grayscale: #5D5D5D. Windows color (decimal): -5297763 or 10299823. OLE color: 10299823.

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

Color convert

RGB 175 41 157 -
CMYK 0 0.77 0.10 0.31
HSL 308.06º 0.62% 0.42% -
HSV(B) 308.06º 0.77% 0.69% -
XYZ 24.56 13.13 33.14 -
YUV 94.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 175 41 157 0 0.77 0.10 0.31 308.06 0.62 0.42
Hex AF 29 9D 0 4D A 1F 134 3E 2A
Octal 257 51 235 0 115 12 37 464 76 52
Binary 10101111 101001 10011101 0 1001101 1010 11111 100110100 111110 101010

Color Harmonies of #AF299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF299D

Black with #AF299D

Text Example


Text Example

White with #AF299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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