Html Css Color HEX #AF2277 Medium Red Violet

📋 copy color: '#AF2277'

red 175 ◦ green 34 ◦ blue 119

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

Shades of Medium Red Violet #AF2277

Tints of Medium Red Violet #AF2277

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.37%

 BLUE value IS 119 (46.88% from 255) = 36.28%

R = 53.35%
G = 10.37%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF2277 (or 0xAF2277) is known color: Medium Red Violet. HEX triplet: AF, 22 and 77. RGB value is (175,34,119). Sum of RGB (Red+Green+Blue) = 175+34+119=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 34 (13.67% from 255 or 10.37% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF2277 is #50DD88. Grayscale: #555555. Windows color (decimal): -5299593 or 7807663. OLE color: 7807663.

HSL color Cylindrical-coordinate representation of color #AF2277: hue angle of 323.83º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AF2277 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 34 119 -
CMYK 0 0.81 0.32 0.31
HSL 323.83º 0.67% 0.41% -
HSV(B) 323.83º 0.81% 0.69% -
XYZ 21.58 11.59 18.55 -
YUV 85.85 146.71 191.59 -
System Red Green Blue C M Y K H S L
Decimal 175 34 119 0 0.81 0.32 0.31 323.83 0.67 0.41
Hex AF 22 77 0 51 20 1F 144 43 29
Octal 257 42 167 0 121 40 37 504 103 51
Binary 10101111 100010 1110111 0 1010001 100000 11111 101000100 1000011 101001

Color Harmonies of #AF2277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2277

Black with #AF2277

Text Example


Text Example

White with #AF2277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2277; }

 p { color: rgb(175,34,119); }

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

background-color css

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

 a { background-color: rgb(175,34,119); }

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

border-color css

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

 span { border-color: rgb(175,34,119); }

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