#A536D1

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

Shades of Dark Orchid #A536D1

Tints of Dark Orchid #A536D1

Color information

#A536D1 (or 0xA536D1) is unknown color: approx Dark Orchid. HEX triplet: A5, 36 and D1. RGB value is (165,54,209). Sum of RGB (Red+Green+Blue) = 165+54+209=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 54 (21.48% from 255 or 12.62% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #A536D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536D1 is #5AC92E. Grayscale: #686868. Windows color (decimal): -5949743 or 13711013. OLE color: 13711013.

HSL color Cylindrical-coordinate representation of color #A536D1: hue angle of 282.97º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A536D1 is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB16554209-
CMYK0.210.7400.18
HSL282.97º62.75%51.57%-
HSV(B)282.97º74.16%81.96%-
XYZ28.3415.2461.77-
YUV104.86186.77170.9-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.55%
GREEN value IS 54 (21.48% from 255) = 12.62%
BLUE value IS 209 (82.03% from 255) = 48.83%
R=38.55%
G=12.62%
B=48.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal165542090.210.7400.18282.9762.7551.57
HexA536D1154A01211b3f34
Octal24566321251120224337764
Binary1010010111011011010001101011001010010010100011011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A536D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A536D1; }

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

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

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

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

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

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

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

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