Html Css Color HEX #AF298B Medium Red Violet

📋 copy color: '#AF298B'

red 175 ◦ green 41 ◦ blue 139

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

Shades of Medium Red Violet #AF298B

Tints of Medium Red Violet #AF298B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.15%

R = 49.3%
G = 11.55%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF298B (or 0xAF298B) is known color: Medium Red Violet. HEX triplet: AF, 29 and 8B. RGB value is (175,41,139). Sum of RGB (Red+Green+Blue) = 175+41+139=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF298B is #50D674. Grayscale: #5B5B5B. Windows color (decimal): -5297781 or 9120175. OLE color: 9120175.

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

Color convert

RGB 175 41 139 -
CMYK 0 0.77 0.21 0.31
HSL 316.12º 0.62% 0.42% -
HSV(B) 316.12º 0.77% 0.69% -
XYZ 23.13 12.56 25.63 -
YUV 92.24 154.39 187.03 -
System Red Green Blue C M Y K H S L
Decimal 175 41 139 0 0.77 0.21 0.31 316.12 0.62 0.42
Hex AF 29 8B 0 4D 15 1F 13C 3E 2A
Octal 257 51 213 0 115 25 37 474 76 52
Binary 10101111 101001 10001011 0 1001101 10101 11111 100111100 111110 101010

Color Harmonies of #AF298B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF298B

Black with #AF298B

Text Example


Text Example

White with #AF298B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF298B; }

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

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

background-color css

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

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

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

border-color css

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

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

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