Html Css Color HEX #AF2679 Medium Red Violet

📋 copy color: '#AF2679'

red 175 ◦ green 38 ◦ blue 121

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

Shades of Medium Red Violet #AF2679

Tints of Medium Red Violet #AF2679

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 36.23%

R = 52.4%
G = 11.38%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF2679 (or 0xAF2679) is known color: Medium Red Violet. HEX triplet: AF, 26 and 79. RGB value is (175,38,121). Sum of RGB (Red+Green+Blue) = 175+38+121=334 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.40% from 334); Green value is 38 (15.23% from 255 or 11.38% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2679 is #50D986. Grayscale: #585858. Windows color (decimal): -5298567 or 7939759. OLE color: 7939759.

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

Color convert

RGB 175 38 121 -
CMYK 0 0.78 0.31 0.31
HSL 323.65º 0.64% 0.42% -
HSV(B) 323.65º 0.78% 0.69% -
XYZ 21.82 11.88 19.23 -
YUV 88.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 175 38 121 0 0.78 0.31 0.31 323.65 0.64 0.42
Hex AF 26 79 0 4E 1F 1F 144 40 2A
Octal 257 46 171 0 116 37 37 504 100 52
Binary 10101111 100110 1111001 0 1001110 11111 11111 101000100 1000000 101010

Color Harmonies of #AF2679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2679

Black with #AF2679

Text Example


Text Example

White with #AF2679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2679; }

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

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

background-color css

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

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

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

border-color css

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

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

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