Html Css Color HEX #AF298F Medium Red Violet

📋 copy color: '#AF298F'

red 175 ◦ green 41 ◦ blue 143

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

Shades of Medium Red Violet #AF298F

Tints of Medium Red Violet #AF298F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 39.83%

R = 48.75%
G = 11.42%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#AF298F (or 0xAF298F) is known color: Medium Red Violet. HEX triplet: AF, 29 and 8F. RGB value is (175,41,143). Sum of RGB (Red+Green+Blue) = 175+41+143=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 143 (56.25% from 255 or 39.83% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF298F is #50D670. Grayscale: #5C5C5C. Windows color (decimal): -5297777 or 9382319. OLE color: 9382319.

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

Color convert

RGB 175 41 143 -
CMYK 0 0.77 0.18 0.31
HSL 314.33º 0.62% 0.42% -
HSV(B) 314.33º 0.77% 0.69% -
XYZ 23.43 12.68 27.2 -
YUV 92.69 156.39 186.71 -
System Red Green Blue C M Y K H S L
Decimal 175 41 143 0 0.77 0.18 0.31 314.33 0.62 0.42
Hex AF 29 8F 0 4D 12 1F 13A 3E 2A
Octal 257 51 217 0 115 22 37 472 76 52
Binary 10101111 101001 10001111 0 1001101 10010 11111 100111010 111110 101010

Color Harmonies of #AF298F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF298F

Black with #AF298F

Text Example


Text Example

White with #AF298F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF298F; }

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

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

background-color css

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

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

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

border-color css

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

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

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