Html Css Color HEX #AF3676 Medium Red Violet

📋 copy color: '#AF3676'

red 175 ◦ green 54 ◦ blue 118

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

Shades of Medium Red Violet #AF3676

Tints of Medium Red Violet #AF3676

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.56%

 BLUE value IS 118 (46.48% from 255) = 34.01%

R = 50.43%
G = 15.56%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF3676 (or 0xAF3676) is known color: Medium Red Violet. HEX triplet: AF, 36 and 76. RGB value is (175,54,118). Sum of RGB (Red+Green+Blue) = 175+54+118=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 54 (21.48% from 255 or 15.56% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3676 is #50C989. Grayscale: #616161. Windows color (decimal): -5294474 or 7747247. OLE color: 7747247.

HSL color Cylindrical-coordinate representation of color #AF3676: hue angle of 328.26º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF3676 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 54 118 -
CMYK 0 0.69 0.33 0.31
HSL 328.26º 0.53% 0.45% -
HSV(B) 328.26º 0.69% 0.69% -
XYZ 22.27 13.06 18.49 -
YUV 97.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 175 54 118 0 0.69 0.33 0.31 328.26 0.53 0.45
Hex AF 36 76 0 45 21 1F 148 35 2D
Octal 257 66 166 0 105 41 37 510 65 55
Binary 10101111 110110 1110110 0 1000101 100001 11111 101001000 110101 101101

Color Harmonies of #AF3676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3676

Black with #AF3676

Text Example


Text Example

White with #AF3676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3676; }

 p { color: rgb(175,54,118); }

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

background-color css

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

 a { background-color: rgb(175,54,118); }

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

border-color css

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

 span { border-color: rgb(175,54,118); }

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