Html Css Color HEX #AF3277 Medium Red Violet

📋 copy color: '#AF3277'

red 175 ◦ green 50 ◦ blue 119

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

Shades of Medium Red Violet #AF3277

Tints of Medium Red Violet #AF3277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.53%

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

R = 50.87%
G = 14.53%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#AF3277 (or 0xAF3277) is known color: Medium Red Violet. HEX triplet: AF, 32 and 77. RGB value is (175,50,119). Sum of RGB (Red+Green+Blue) = 175+50+119=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 50 (19.92% from 255 or 14.53% from 344); Blue value is 119 (46.88% from 255 or 34.59% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3277 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3277 is #50CD88. Grayscale: #5F5F5F. Windows color (decimal): -5295497 or 7811759. OLE color: 7811759.

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

Color convert

RGB 175 50 119 -
CMYK 0 0.71 0.32 0.31
HSL 326.88º 0.56% 0.44% -
HSV(B) 326.88º 0.71% 0.69% -
XYZ 22.15 12.73 18.74 -
YUV 95.24 141.41 184.89 -
System Red Green Blue C M Y K H S L
Decimal 175 50 119 0 0.71 0.32 0.31 326.88 0.56 0.44
Hex AF 32 77 0 47 20 1F 147 38 2C
Octal 257 62 167 0 107 40 37 507 70 54
Binary 10101111 110010 1110111 0 1000111 100000 11111 101000111 111000 101100

Color Harmonies of #AF3277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3277

Black with #AF3277

Text Example


Text Example

White with #AF3277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3277; }

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

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

background-color css

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

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

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

border-color css

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

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

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