#A536C6

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

Shades of Dark Orchid #A536C6

Tints of Dark Orchid #A536C6

Color information

#A536C6 (or 0xA536C6) is unknown color: approx Dark Orchid. HEX triplet: A5, 36 and C6. RGB value is (165,54,198). Sum of RGB (Red+Green+Blue) = 165+54+198=417 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.57% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 198 (77.73% from 255 or 47.48% from 417); Max value from RGB is 198 - color contains mainly: blue. Hex color #A536C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536C6 is #5AC939. Grayscale: #676767. Windows color (decimal): -5949754 or 12990117. OLE color: 12990117.

HSL color Cylindrical-coordinate representation of color #A536C6: hue angle of 286.25º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A536C6 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16554198-
CMYK0.170.7300.22
HSL286.25º57.14%49.41%-
HSV(B)286.25º72.73%77.65%-
XYZ27.0314.7154.84-
YUV103.6181.27171.79-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.57%
GREEN value IS 54 (21.48% from 255) = 12.95%
BLUE value IS 198 (77.73% from 255) = 47.48%
R=39.57%
G=12.95%
B=47.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165541980.170.7300.22286.2557.1449.41
HexA536C6114901611e3931
Octal24566306211110264367161
Binary1010010111011011000110100011001001010110100011110111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A536C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A536C6; }

 p { color: rgb(165,54,198); }

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

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

 a { background-color: rgb(165,54,198); }

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

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

 span { border-color: rgb(165,54,198); }

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