Html Css Color HEX #AF2970 Medium Red Violet

📋 copy color: '#AF2970'

red 175 ◦ green 41 ◦ blue 112

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

Shades of Medium Red Violet #AF2970

Tints of Medium Red Violet #AF2970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.15%

R = 53.35%
G = 12.5%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF2970 (or 0xAF2970) is known color: Medium Red Violet. HEX triplet: AF, 29 and 70. RGB value is (175,41,112). Sum of RGB (Red+Green+Blue) = 175+41+112=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 41 (16.41% from 255 or 12.5% from 328); Blue value is 112 (44.14% from 255 or 34.15% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2970 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2970 is #50D68F. Grayscale: #595959. Windows color (decimal): -5297808 or 7350703. OLE color: 7350703.

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

Color convert

RGB 175 41 112 -
CMYK 0 0.77 0.36 0.31
HSL 328.21º 0.62% 0.42% -
HSV(B) 328.21º 0.77% 0.69% -
XYZ 21.4 11.87 16.49 -
YUV 89.16 140.89 189.23 -
System Red Green Blue C M Y K H S L
Decimal 175 41 112 0 0.77 0.36 0.31 328.21 0.62 0.42
Hex AF 29 70 0 4D 24 1F 148 3E 2A
Octal 257 51 160 0 115 44 37 510 76 52
Binary 10101111 101001 1110000 0 1001101 100100 11111 101001000 111110 101010

Color Harmonies of #AF2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2970

Black with #AF2970

Text Example


Text Example

White with #AF2970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2970; }

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

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

background-color css

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

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

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

border-color css

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

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

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