#A336B4

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

Shades of Dark Orchid #A336B4

Tints of Dark Orchid #A336B4

Color information

#A336B4 (or 0xA336B4) is unknown color: approx Dark Orchid. HEX triplet: A3, 36 and B4. RGB value is (163,54,180). Sum of RGB (Red+Green+Blue) = 163+54+180=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #A336B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A336B4 is #5CC94B. Grayscale: #646464. Windows color (decimal): -6080844 or 11810467. OLE color: 11810467.

HSL color Cylindrical-coordinate representation of color #A336B4: hue angle of 291.9º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A336B4 is Cyan = 0.09, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16354180-
CMYK0.090.700.29
HSL291.9º53.85%45.88%-
HSV(B)291.9º70%70.59%-
XYZ24.6613.7244.53-
YUV100.95172.61172.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.06%
GREEN value IS 54 (21.48% from 255) = 13.60%
BLUE value IS 180 (70.70% from 255) = 45.34%
R=41.06%
G=13.60%
B=45.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal163541800.090.700.29291.953.8545.88
HexA336B494601D124362e
Octal24366264111060354446656
Binary101000111101101011010010011000110011101100100100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A336B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A336B4; }

 p { color: rgb(163,54,180); }

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

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

 a { background-color: rgb(163,54,180); }

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

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

 span { border-color: rgb(163,54,180); }

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