#A136BB

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

Shades of Dark Orchid #A136BB

Tints of Dark Orchid #A136BB

Color information

#A136BB (or 0xA136BB) is unknown color: approx Dark Orchid. HEX triplet: A1, 36 and BB. RGB value is (161,54,187). Sum of RGB (Red+Green+Blue) = 161+54+187=402 (53% of max value = 765). Red value is 161 (63.28% from 255 or 40.05% from 402); Green value is 54 (21.48% from 255 or 13.43% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: blue. Hex color #A136BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A136BB is #5EC944. Grayscale: #646464. Windows color (decimal): -6211909 or 12269217. OLE color: 12269217.

HSL color Cylindrical-coordinate representation of color #A136BB: hue angle of 288.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A136BB is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16154187-
CMYK0.140.7100.27
HSL288.27º55.19%47.25%-
HSV(B)288.27º71.12%73.33%-
XYZ24.9913.848.36-
YUV101.15176.45170.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.05%
GREEN value IS 54 (21.48% from 255) = 13.43%
BLUE value IS 187 (73.44% from 255) = 46.52%
R=40.05%
G=13.43%
B=46.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal161541870.140.7100.27288.2755.1947.25
HexA136BBE4701B120372f
Octal24166273161070334406757
Binary101000011101101011101111101000111011011100100000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A136BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A136BB; }

 p { color: rgb(161,54,187); }

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

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

 a { background-color: rgb(161,54,187); }

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

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

 span { border-color: rgb(161,54,187); }

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