Html Css Color HEX #AF3775 Medium Red Violet

📋 copy color: '#AF3775'

red 175 ◦ green 55 ◦ blue 117

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

Shades of Medium Red Violet #AF3775

Tints of Medium Red Violet #AF3775

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.85%

 BLUE value IS 117 (46.09% from 255) = 33.72%

R = 50.43%
G = 15.85%
B = 33.72%

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

#AF3775 (or 0xAF3775) is known color: Medium Red Violet. HEX triplet: AF, 37 and 75. RGB value is (175,55,117). Sum of RGB (Red+Green+Blue) = 175+55+117=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 55 (21.88% from 255 or 15.85% from 347); Blue value is 117 (46.09% from 255 or 33.72% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3775 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF3775 is #50C88A. Grayscale: #616161. Windows color (decimal): -5294219 or 7681967. OLE color: 7681967.

HSL color Cylindrical-coordinate representation of color #AF3775: hue angle of 329º degrees, saturation: 0.52, 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 #AF3775 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 55 117 -
CMYK 0 0.69 0.33 0.31
HSL 329º 0.52% 0.45% -
HSV(B) 329º 0.69% 0.69% -
XYZ 22.26 13.13 18.19 -
YUV 97.95 138.76 182.96 -
System Red Green Blue C M Y K H S L
Decimal 175 55 117 0 0.69 0.33 0.31 329 0.52 0.45
Hex AF 37 75 0 45 21 1F 149 34 2D
Octal 257 67 165 0 105 41 37 511 64 55
Binary 10101111 110111 1110101 0 1000101 100001 11111 101001001 110100 101101

Color Harmonies of #AF3775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3775

Black with #AF3775

Text Example


Text Example

White with #AF3775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3775; }

 p { color: rgb(175,55,117); }

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

background-color css

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

 a { background-color: rgb(175,55,117); }

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

border-color css

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

 span { border-color: rgb(175,55,117); }

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