Html Css Color HEX #A8328A Medium Red Violet

📋 copy color: '#A8328A'

red 168 ◦ green 50 ◦ blue 138

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

Shades of Medium Red Violet #A8328A

Tints of Medium Red Violet #A8328A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.04%

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 47.19%
G = 14.04%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8328A (or 0xA8328A) is known color: Medium Red Violet. HEX triplet: A8, 32 and 8A. RGB value is (168,50,138). Sum of RGB (Red+Green+Blue) = 168+50+138=356 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.19% from 356); Green value is 50 (19.92% from 255 or 14.04% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 168 - color contains mainly: red. Hex color #A8328A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8328A is #57CD75. Grayscale: #5F5F5F. Windows color (decimal): -5754230 or 9056936. OLE color: 9056936.

HSL color Cylindrical-coordinate representation of color #A8328A: hue angle of 315.25º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8328A is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 50 138 -
CMYK 0 0.70 0.18 0.34
HSL 315.25º 0.54% 0.43% -
HSV(B) 315.25º 0.7% 0.66% -
XYZ 21.88 12.44 25.29 -
YUV 95.31 152.09 179.84 -
System Red Green Blue C M Y K H S L
Decimal 168 50 138 0 0.70 0.18 0.34 315.25 0.54 0.43
Hex A8 32 8A 0 46 12 22 13B 36 2B
Octal 250 62 212 0 106 22 42 473 66 53
Binary 10101000 110010 10001010 0 1000110 10010 100010 100111011 110110 101011

Color Harmonies of #A8328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8328A

Black with #A8328A

Text Example


Text Example

White with #A8328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8328A; }

 p { color: rgb(168,50,138); }

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

background-color css

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

 a { background-color: rgb(168,50,138); }

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

border-color css

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

 span { border-color: rgb(168,50,138); }

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