Html Css Color HEX #AF2779 Medium Red Violet

📋 copy color: '#AF2779'

red 175 ◦ green 39 ◦ blue 121

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

Shades of Medium Red Violet #AF2779

Tints of Medium Red Violet #AF2779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 11.64%

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

R = 52.24%
G = 11.64%
B = 36.12%

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

#AF2779 (or 0xAF2779) is known color: Medium Red Violet. HEX triplet: AF, 27 and 79. RGB value is (175,39,121). Sum of RGB (Red+Green+Blue) = 175+39+121=335 (44% of max value = 765). Red value is 175 (68.75% from 255 or 52.24% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2779 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2779 is #50D886. Grayscale: #585858. Windows color (decimal): -5298311 or 7940015. OLE color: 7940015.

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

Color convert

RGB 175 39 121 -
CMYK 0 0.78 0.31 0.31
HSL 323.82º 0.64% 0.42% -
HSV(B) 323.82º 0.78% 0.69% -
XYZ 21.86 11.95 19.24 -
YUV 89.01 146.06 189.33 -
System Red Green Blue C M Y K H S L
Decimal 175 39 121 0 0.78 0.31 0.31 323.82 0.64 0.42
Hex AF 27 79 0 4E 1F 1F 144 40 2A
Octal 257 47 171 0 116 37 37 504 100 52
Binary 10101111 100111 1111001 0 1001110 11111 11111 101000100 1000000 101010

Color Harmonies of #AF2779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2779

Black with #AF2779

Text Example


Text Example

White with #AF2779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2779; }

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

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

background-color css

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

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

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

border-color css

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

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

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