#A8229B

Color #A8229B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #A8229B

Tints of Medium Red Violet #A8229B

Color information

#A8229B (or 0xA8229B) is unknown color: approx Medium Red Violet. HEX triplet: A8, 22 and 9B. RGB value is (168,34,155). Sum of RGB (Red+Green+Blue) = 168+34+155=357 (47% of max value = 765). Red value is 168 (66.02% from 255 or 47.06% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 168 - color contains mainly: red. Hex color #A8229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8229B is #57DD64. Grayscale: #575757. Windows color (decimal): -5758309 or 10166952. OLE color: 10166952.

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

Color convert

RGB16834155-
CMYK00.800.080.34
HSL305.82º66.34%39.61%-
HSV(B)305.82º79.76%65.88%-
XYZ22.6411.8432.1-
YUV87.86165.89185.16-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.06%
GREEN value IS 34 (13.67% from 255) = 9.52%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=47.06%
G=9.52%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1683415500.800.080.34305.8266.3439.61
HexA8229B0508221324228
Octal250422330120104246210250
Binary10101000100010100110110101000010001000101001100101000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8229B; }

 p { color: rgb(168,34,155); }

 H1.HeaderClassName
 {
   color: #A8229B;
 }
 .AnyTagClassName
 {
   color: #A8229B;
 }
</style>
background-color css

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

 a { background-color: rgb(168,34,155); }

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

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

 span { border-color: rgb(168,34,155); }

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