Html Css Color HEX #AF2998 Medium Red Violet

📋 copy color: '#AF2998'

red 175 ◦ green 41 ◦ blue 152

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

Shades of Medium Red Violet #AF2998

Tints of Medium Red Violet #AF2998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.3%

R = 47.55%
G = 11.14%
B = 41.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#AF2998 (or 0xAF2998) is known color: Medium Red Violet. HEX triplet: AF, 29 and 98. RGB value is (175,41,152). Sum of RGB (Red+Green+Blue) = 175+41+152=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 41 (16.41% from 255 or 11.14% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2998 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF2998 is #50D667. Grayscale: #5D5D5D. Windows color (decimal): -5297768 or 9972143. OLE color: 9972143.

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

Color convert

RGB 175 41 152 -
CMYK 0 0.77 0.13 0.31
HSL 310.3º 0.62% 0.42% -
HSV(B) 310.3º 0.77% 0.69% -
XYZ 24.14 12.97 30.94 -
YUV 93.72 160.89 185.97 -
System Red Green Blue C M Y K H S L
Decimal 175 41 152 0 0.77 0.13 0.31 310.3 0.62 0.42
Hex AF 29 98 0 4D D 1F 136 3E 2A
Octal 257 51 230 0 115 15 37 466 76 52
Binary 10101111 101001 10011000 0 1001101 1101 11111 100110110 111110 101010

Color Harmonies of #AF2998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2998

Black with #AF2998

Text Example


Text Example

White with #AF2998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2998; }

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

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

background-color css

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

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

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

border-color css

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

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

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