#A736B0

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

Shades of Dark Orchid #A736B0

Tints of Dark Orchid #A736B0

Color information

#A736B0 (or 0xA736B0) is unknown color: approx Dark Orchid. HEX triplet: A7, 36 and B0. RGB value is (167,54,176). Sum of RGB (Red+Green+Blue) = 167+54+176=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 176 - color contains mainly: blue. Hex color #A736B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A736B0 is #58C94F. Grayscale: #656565. Windows color (decimal): -5818704 or 11548327. OLE color: 11548327.

HSL color Cylindrical-coordinate representation of color #A736B0: hue angle of 295.57º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A736B0 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16754176-
CMYK0.050.6900.31
HSL295.57º53.04%45.1%-
HSV(B)295.57º69.32%69.02%-
XYZ25.0913.9942.45-
YUV101.7169.94174.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.07%
GREEN value IS 54 (21.48% from 255) = 13.60%
BLUE value IS 176 (69.14% from 255) = 44.33%
R=42.07%
G=13.60%
B=44.33%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167541760.050.6900.31295.5753.0445.1
HexA736B054501F128352d
Octal2476626051050374506555
Binary10100111110110101100001011000101011111100101000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A736B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A736B0; }

 p { color: rgb(167,54,176); }

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

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

 a { background-color: rgb(167,54,176); }

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

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

 span { border-color: rgb(167,54,176); }

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