Html Css Color HEX #A8447F Medium Red Violet

📋 copy color: '#A8447F'

red 168 ◦ green 68 ◦ blue 127

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

Shades of Medium Red Violet #A8447F

Tints of Medium Red Violet #A8447F

RGB

 RED value IS 168 (66.02% from 255) = 46.28%

 GREEN value IS 68 (26.95% from 255) = 18.73%

 BLUE value IS 127 (50% from 255) = 34.99%

R = 46.28%
G = 18.73%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.34

RGB Variations

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

Color information

#A8447F (or 0xA8447F) is known color: Medium Red Violet. HEX triplet: A8, 44 and 7F. RGB value is (168,68,127). Sum of RGB (Red+Green+Blue) = 168+68+127=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 68 (26.95% from 255 or 18.73% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A8447F is #57BB80. Grayscale: #686868. Windows color (decimal): -5749633 or 8340648. OLE color: 8340648.

HSL color Cylindrical-coordinate representation of color #A8447F: hue angle of 324.6º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8447F is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 68 127 -
CMYK 0 0.60 0.24 0.34
HSL 324.6º 0.42% 0.46% -
HSV(B) 324.6º 0.6% 0.66% -
XYZ 22.05 13.99 21.62 -
YUV 104.63 140.63 173.2 -
System Red Green Blue C M Y K H S L
Decimal 168 68 127 0 0.60 0.24 0.34 324.6 0.42 0.46
Hex A8 44 7F 0 3C 18 22 145 2A 2E
Octal 250 104 177 0 74 30 42 505 52 56
Binary 10101000 1000100 1111111 0 111100 11000 100010 101000101 101010 101110

Color Harmonies of #A8447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8447F

Black with #A8447F

Text Example


Text Example

White with #A8447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8447F; }

 p { color: rgb(168,68,127); }

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

background-color css

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

 a { background-color: rgb(168,68,127); }

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

border-color css

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

 span { border-color: rgb(168,68,127); }

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