Html Css Color HEX #A8289A Medium Red Violet

📋 copy color: '#A8289A'

red 168 ◦ green 40 ◦ blue 154

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

Shades of Medium Red Violet #A8289A

Tints of Medium Red Violet #A8289A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.05%

 BLUE value IS 154 (60.55% from 255) = 42.54%

R = 46.41%
G = 11.05%
B = 42.54%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.08

 K value IS 0.34

RGB Variations

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

Color information

#A8289A (or 0xA8289A) is known color: Medium Red Violet. HEX triplet: A8, 28 and 9A. RGB value is (168,40,154). Sum of RGB (Red+Green+Blue) = 168+40+154=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 168 - color contains mainly: red. Hex color #A8289A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8289A is #57D765. Grayscale: #5A5A5A. Windows color (decimal): -5756774 or 10102952. OLE color: 10102952.

HSL color Cylindrical-coordinate representation of color #A8289A: hue angle of 306.56º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A8289A is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 40 154 -
CMYK 0 0.76 0.08 0.34
HSL 306.56º 0.62% 0.41% -
HSV(B) 306.56º 0.76% 0.66% -
XYZ 22.74 12.18 31.72 -
YUV 91.27 163.41 182.73 -
System Red Green Blue C M Y K H S L
Decimal 168 40 154 0 0.76 0.08 0.34 306.56 0.62 0.41
Hex A8 28 9A 0 4C 8 22 133 3E 29
Octal 250 50 232 0 114 10 42 463 76 51
Binary 10101000 101000 10011010 0 1001100 1000 100010 100110011 111110 101001

Color Harmonies of #A8289A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8289A

Black with #A8289A

Text Example


Text Example

White with #A8289A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8289A; }

 p { color: rgb(168,40,154); }

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

background-color css

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

 a { background-color: rgb(168,40,154); }

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

border-color css

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

 span { border-color: rgb(168,40,154); }

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