#A536C1

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

Shades of Dark Orchid #A536C1

Tints of Dark Orchid #A536C1

Color information

#A536C1 (or 0xA536C1) is unknown color: approx Dark Orchid. HEX triplet: A5, 36 and C1. RGB value is (165,54,193). Sum of RGB (Red+Green+Blue) = 165+54+193=412 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.05% from 412); Green value is 54 (21.48% from 255 or 13.11% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #A536C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536C1 is #5AC93E. Grayscale: #666666. Windows color (decimal): -5949759 or 12662437. OLE color: 12662437.

HSL color Cylindrical-coordinate representation of color #A536C1: hue angle of 287.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A536C1 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16554193-
CMYK0.150.7200.24
HSL287.91º56.28%48.43%-
HSV(B)287.91º72.02%75.69%-
XYZ26.4614.4951.85-
YUV103.04178.77172.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.05%
GREEN value IS 54 (21.48% from 255) = 13.11%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=40.05%
G=13.11%
B=46.84%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165541930.150.7200.24287.9156.2848.43
HexA536C1F480181203830
Octal24566301171100304407060
Binary101001011101101100000111111001000011000100100000111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A536C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A536C1; }

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

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

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

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

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

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

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

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