Html Css Color HEX #AF298C Medium Red Violet

📋 copy color: '#AF298C'

red 175 ◦ green 41 ◦ blue 140

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

Shades of Medium Red Violet #AF298C

Tints of Medium Red Violet #AF298C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.33%

R = 49.16%
G = 11.52%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF298C (or 0xAF298C) is known color: Medium Red Violet. HEX triplet: AF, 29 and 8C. RGB value is (175,41,140). Sum of RGB (Red+Green+Blue) = 175+41+140=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 175 - color contains mainly: red. Hex color #AF298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF298C is #50D673. Grayscale: #5C5C5C. Windows color (decimal): -5297780 or 9185711. OLE color: 9185711.

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

Color convert

RGB 175 41 140 -
CMYK 0 0.77 0.2 0.31
HSL 315.67º 0.62% 0.42% -
HSV(B) 315.67º 0.77% 0.69% -
XYZ 23.21 12.59 26.02 -
YUV 92.35 154.89 186.95 -
System Red Green Blue C M Y K H S L
Decimal 175 41 140 0 0.77 0.2 0.31 315.67 0.62 0.42
Hex AF 29 8C 0 4D 14 1F 13C 3E 2A
Octal 257 51 214 0 115 24 37 474 76 52
Binary 10101111 101001 10001100 0 1001101 10100 11111 100111100 111110 101010

Color Harmonies of #AF298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF298C

Black with #AF298C

Text Example


Text Example

White with #AF298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF298C; }

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

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

background-color css

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

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

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

border-color css

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

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

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