Html Css Color HEX #A8388F Medium Red Violet

📋 copy color: '#A8388F'

red 168 ◦ green 56 ◦ blue 143

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

Shades of Medium Red Violet #A8388F

Tints of Medium Red Violet #A8388F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.26%

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 45.78%
G = 15.26%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#A8388F (or 0xA8388F) is known color: Medium Red Violet. HEX triplet: A8, 38 and 8F. RGB value is (168,56,143). Sum of RGB (Red+Green+Blue) = 168+56+143=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 168 - color contains mainly: red. Hex color #A8388F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8388F is #57C770. Grayscale: #636363. Windows color (decimal): -5752689 or 9386152. OLE color: 9386152.

HSL color Cylindrical-coordinate representation of color #A8388F: hue angle of 313.39º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8388F is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 56 143 -
CMYK 0 0.67 0.15 0.34
HSL 313.39º 0.5% 0.44% -
HSV(B) 313.39º 0.67% 0.66% -
XYZ 22.52 13.14 27.34 -
YUV 99.41 152.61 176.93 -
System Red Green Blue C M Y K H S L
Decimal 168 56 143 0 0.67 0.15 0.34 313.39 0.5 0.44
Hex A8 38 8F 0 43 F 22 139 32 2C
Octal 250 70 217 0 103 17 42 471 62 54
Binary 10101000 111000 10001111 0 1000011 1111 100010 100111001 110010 101100

Color Harmonies of #A8388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8388F

Black with #A8388F

Text Example


Text Example

White with #A8388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8388F; }

 p { color: rgb(168,56,143); }

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

background-color css

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

 a { background-color: rgb(168,56,143); }

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

border-color css

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

 span { border-color: rgb(168,56,143); }

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