#A84BEC

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

Shades of Medium Orchid #A84BEC

Tints of Medium Orchid #A84BEC

Color information

#A84BEC (or 0xA84BEC) is unknown color: approx Medium Orchid. HEX triplet: A8, 4B and EC. RGB value is (168,75,236). Sum of RGB (Red+Green+Blue) = 168+75+236=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 75 (29.69% from 255 or 15.66% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #A84BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A84BEC is #57B413. Grayscale: #787878. Windows color (decimal): -5747732 or 15485864. OLE color: 15485864.

HSL color Cylindrical-coordinate representation of color #A84BEC: hue angle of 274.66º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84BEC is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16875236-
CMYK0.290.6800.07
HSL274.66º80.9%60.98%-
HSV(B)274.66º68.22%92.55%-
XYZ33.819.4181.32-
YUV121.16192.81161.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 75 (29.69% from 255) = 15.66%
BLUE value IS 236 (92.58% from 255) = 49.27%
R=35.07%
G=15.66%
B=49.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal168752360.290.6800.07274.6680.960.98
HexA84BEC1D4407113513d
Octal250113354351040742312175
Binary1010100010010111110110011101100010001111000100111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84BEC; }

 p { color: rgb(168,75,236); }

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

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

 a { background-color: rgb(168,75,236); }

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

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

 span { border-color: rgb(168,75,236); }

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