#A736BC

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

Shades of Dark Orchid #A736BC

Tints of Dark Orchid #A736BC

Color information

#A736BC (or 0xA736BC) is unknown color: approx Dark Orchid. HEX triplet: A7, 36 and BC. RGB value is (167,54,188). Sum of RGB (Red+Green+Blue) = 167+54+188=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #A736BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A736BC is #58C943. Grayscale: #666666. Windows color (decimal): -5818692 or 12334759. OLE color: 12334759.

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

Color convert

RGB16754188-
CMYK0.110.7100.26
HSL290.6º55.37%47.45%-
HSV(B)290.6º71.28%73.73%-
XYZ26.3314.4848.98-
YUV103.06175.94173.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 54 (21.48% from 255) = 13.20%
BLUE value IS 188 (73.83% from 255) = 45.97%
R=40.83%
G=13.20%
B=45.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal167541880.110.7100.26290.655.3747.45
HexA736BCB4701A123372f
Octal24766274131070324436757
Binary101001111101101011110010111000111011010100100011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A736BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A736BC; }

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

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

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

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

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

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

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

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