Html Css Color HEX #AF478B Medium Red Violet

📋 copy color: '#AF478B'

red 175 ◦ green 71 ◦ blue 139

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

Shades of Medium Red Violet #AF478B

Tints of Medium Red Violet #AF478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.44%

 BLUE value IS 139 (54.69% from 255) = 36.1%

R = 45.45%
G = 18.44%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF478B (or 0xAF478B) is known color: Medium Red Violet. HEX triplet: AF, 47 and 8B. RGB value is (175,71,139). Sum of RGB (Red+Green+Blue) = 175+71+139=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF478B is #50B874. Grayscale: #6D6D6D. Windows color (decimal): -5290101 or 9127855. OLE color: 9127855.

HSL color Cylindrical-coordinate representation of color #AF478B: hue angle of 320.77º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF478B is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 71 139 -
CMYK 0 0.59 0.21 0.31
HSL 320.77º 0.42% 0.48% -
HSV(B) 320.77º 0.59% 0.69% -
XYZ 24.59 15.48 26.12 -
YUV 109.85 144.46 174.47 -
System Red Green Blue C M Y K H S L
Decimal 175 71 139 0 0.59 0.21 0.31 320.77 0.42 0.48
Hex AF 47 8B 0 3B 15 1F 141 2A 30
Octal 257 107 213 0 73 25 37 501 52 60
Binary 10101111 1000111 10001011 0 111011 10101 11111 101000001 101010 110000

Color Harmonies of #AF478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF478B

Black with #AF478B

Text Example


Text Example

White with #AF478B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF478B; }

 p { color: rgb(175,71,139); }

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

background-color css

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

 a { background-color: rgb(175,71,139); }

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

border-color css

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

 span { border-color: rgb(175,71,139); }

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