#A536C4

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

Shades of Dark Orchid #A536C4

Tints of Dark Orchid #A536C4

Color information

#A536C4 (or 0xA536C4) is unknown color: approx Dark Orchid. HEX triplet: A5, 36 and C4. RGB value is (165,54,196). Sum of RGB (Red+Green+Blue) = 165+54+196=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 196 (76.95% from 255 or 47.23% from 415); Max value from RGB is 196 - color contains mainly: blue. Hex color #A536C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536C4 is #5AC93B. Grayscale: #666666. Windows color (decimal): -5949756 or 12859045. OLE color: 12859045.

HSL color Cylindrical-coordinate representation of color #A536C4: hue angle of 286.9º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A536C4 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16554196-
CMYK0.160.7200.23
HSL286.9º56.8%49.02%-
HSV(B)286.9º72.45%76.86%-
XYZ26.814.6253.63-
YUV103.38180.27171.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.76%
GREEN value IS 54 (21.48% from 255) = 13.01%
BLUE value IS 196 (76.95% from 255) = 47.23%
R=39.76%
G=13.01%
B=47.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165541960.160.7200.23286.956.849.02
HexA536C4104801711f3931
Octal24566304201100274377161
Binary1010010111011011000100100001001000010111100011111111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A536C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A536C4; }

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

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

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

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

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

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

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

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