Html Css Color HEX #A8438B Medium Red Violet

📋 copy color: '#A8438B'

red 168 ◦ green 67 ◦ blue 139

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

Shades of Medium Red Violet #A8438B

Tints of Medium Red Violet #A8438B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.91%

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

R = 44.92%
G = 17.91%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#A8438B (or 0xA8438B) is known color: Medium Red Violet. HEX triplet: A8, 43 and 8B. RGB value is (168,67,139). Sum of RGB (Red+Green+Blue) = 168+67+139=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8438B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8438B is #57BC74. Grayscale: #696969. Windows color (decimal): -5749877 or 9126824. OLE color: 9126824.

HSL color Cylindrical-coordinate representation of color #A8438B: hue angle of 317.23º degrees, saturation: 0.43, 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 #A8438B is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 67 139 -
CMYK 0 0.60 0.17 0.34
HSL 317.23º 0.43% 0.46% -
HSV(B) 317.23º 0.6% 0.66% -
XYZ 22.82 14.2 25.97 -
YUV 105.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 168 67 139 0 0.60 0.17 0.34 317.23 0.43 0.46
Hex A8 43 8B 0 3C 11 22 13D 2B 2E
Octal 250 103 213 0 74 21 42 475 53 56
Binary 10101000 1000011 10001011 0 111100 10001 100010 100111101 101011 101110

Color Harmonies of #A8438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8438B

Black with #A8438B

Text Example


Text Example

White with #A8438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8438B; }

 p { color: rgb(168,67,139); }

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

background-color css

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

 a { background-color: rgb(168,67,139); }

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

border-color css

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

 span { border-color: rgb(168,67,139); }

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