Html Css Color HEX #AF3476 Medium Red Violet

📋 copy color: '#AF3476'

red 175 ◦ green 52 ◦ blue 118

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

Shades of Medium Red Violet #AF3476

Tints of Medium Red Violet #AF3476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

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

R = 50.72%
G = 15.07%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF3476 (or 0xAF3476) is known color: Medium Red Violet. HEX triplet: AF, 34 and 76. RGB value is (175,52,118). Sum of RGB (Red+Green+Blue) = 175+52+118=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3476 is #50CB89. Grayscale: #606060. Windows color (decimal): -5294986 or 7746735. OLE color: 7746735.

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

Color convert

RGB 175 52 118 -
CMYK 0 0.70 0.33 0.31
HSL 327.8º 0.54% 0.45% -
HSV(B) 327.8º 0.7% 0.69% -
XYZ 22.18 12.88 18.46 -
YUV 96.3 140.25 184.13 -
System Red Green Blue C M Y K H S L
Decimal 175 52 118 0 0.70 0.33 0.31 327.8 0.54 0.45
Hex AF 34 76 0 46 21 1F 148 36 2D
Octal 257 64 166 0 106 41 37 510 66 55
Binary 10101111 110100 1110110 0 1000110 100001 11111 101001000 110110 101101

Color Harmonies of #AF3476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3476

Black with #AF3476

Text Example


Text Example

White with #AF3476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3476; }

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

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

background-color css

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

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

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

border-color css

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

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

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