#A536E4

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

Shades of Dark Orchid #A536E4

Tints of Dark Orchid #A536E4

Color information

#A536E4 (or 0xA536E4) is unknown color: approx Dark Orchid. HEX triplet: A5, 36 and E4. RGB value is (165,54,228). Sum of RGB (Red+Green+Blue) = 165+54+228=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 54 (21.48% from 255 or 12.08% from 447); Blue value is 228 (89.45% from 255 or 51.01% from 447); Max value from RGB is 228 - color contains mainly: blue. Hex color #A536E4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536E4 is #5AC91B. Grayscale: #6A6A6A. Windows color (decimal): -5949724 or 14956197. OLE color: 14956197.

HSL color Cylindrical-coordinate representation of color #A536E4: hue angle of 278.28º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A536E4 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16554228-
CMYK0.280.7600.11
HSL278.28º76.32%55.29%-
HSV(B)278.28º76.32%89.41%-
XYZ30.8416.2474.91-
YUV107.02196.27169.35-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.91%
GREEN value IS 54 (21.48% from 255) = 12.08%
BLUE value IS 228 (89.45% from 255) = 51.01%
R=36.91%
G=12.08%
B=51.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal165542280.280.7600.11278.2876.3255.29
HexA536E41C4C0B1164c37
Octal245663443411401342611467
Binary1010010111011011100100111001001100010111000101101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A536E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A536E4; }

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

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

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

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

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

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

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

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