Html Css Color HEX #AF2670 Medium Red Violet

📋 copy color: '#AF2670'

red 175 ◦ green 38 ◦ blue 112

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

Shades of Medium Red Violet #AF2670

Tints of Medium Red Violet #AF2670

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.69%

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

R = 53.85%
G = 11.69%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#AF2670 (or 0xAF2670) is known color: Medium Red Violet. HEX triplet: AF, 26 and 70. RGB value is (175,38,112). Sum of RGB (Red+Green+Blue) = 175+38+112=325 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.85% from 325); Green value is 38 (15.23% from 255 or 11.69% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2670 is #50D98F. Grayscale: #575757. Windows color (decimal): -5298576 or 7349935. OLE color: 7349935.

HSL color Cylindrical-coordinate representation of color #AF2670: hue angle of 327.59º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2670 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 38 112 -
CMYK 0 0.78 0.36 0.31
HSL 327.59º 0.64% 0.42% -
HSV(B) 327.59º 0.78% 0.69% -
XYZ 21.3 11.67 16.46 -
YUV 87.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 175 38 112 0 0.78 0.36 0.31 327.59 0.64 0.42
Hex AF 26 70 0 4E 24 1F 148 40 2A
Octal 257 46 160 0 116 44 37 510 100 52
Binary 10101111 100110 1110000 0 1001110 100100 11111 101001000 1000000 101010

Color Harmonies of #AF2670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2670

Black with #AF2670

Text Example


Text Example

White with #AF2670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2670; }

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

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

background-color css

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

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

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

border-color css

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

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

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