#A84ACA

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

Shades of Medium Orchid #A84ACA

Tints of Medium Orchid #A84ACA

Color information

#A84ACA (or 0xA84ACA) is unknown color: approx Medium Orchid. HEX triplet: A8, 4A and CA. RGB value is (168,74,202). Sum of RGB (Red+Green+Blue) = 168+74+202=444 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.84% from 444); Green value is 74 (29.30% from 255 or 16.67% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #A84ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A84ACA is #57B535. Grayscale: #747474. Windows color (decimal): -5748022 or 13257384. OLE color: 13257384.

HSL color Cylindrical-coordinate representation of color #A84ACA: hue angle of 284.06º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84ACA is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16874202-
CMYK0.170.6300.21
HSL284.06º54.7%54.12%-
HSV(B)284.06º63.37%79.22%-
XYZ29.2617.4957.71-
YUV116.7176.14164.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.84%
GREEN value IS 74 (29.30% from 255) = 16.67%
BLUE value IS 202 (79.30% from 255) = 45.50%
R=37.84%
G=16.67%
B=45.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168742020.170.6300.21284.0654.754.12
HexA84ACA113F01511c3736
Octal25011231221770254346766
Binary1010100010010101100101010001111111010101100011100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84ACA; }

 p { color: rgb(168,74,202); }

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

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

 a { background-color: rgb(168,74,202); }

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

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

 span { border-color: rgb(168,74,202); }

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