#A536B4

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

Shades of Dark Orchid #A536B4

Tints of Dark Orchid #A536B4

Color information

#A536B4 (or 0xA536B4) is unknown color: approx Dark Orchid. HEX triplet: A5, 36 and B4. RGB value is (165,54,180). Sum of RGB (Red+Green+Blue) = 165+54+180=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 54 (21.48% from 255 or 13.53% from 399); Blue value is 180 (70.70% from 255 or 45.11% from 399); Max value from RGB is 180 - color contains mainly: blue. Hex color #A536B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A536B4 is #5AC94B. Grayscale: #656565. Windows color (decimal): -5949772 or 11810469. OLE color: 11810469.

HSL color Cylindrical-coordinate representation of color #A536B4: hue angle of 292.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A536B4 is Cyan = 0.08, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16554180-
CMYK0.080.700.29
HSL292.86º53.85%45.88%-
HSV(B)292.86º70%70.59%-
XYZ25.0713.9344.55-
YUV101.55172.27173.25-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 54 (21.48% from 255) = 13.53%
BLUE value IS 180 (70.70% from 255) = 45.11%
R=41.35%
G=13.53%
B=45.11%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165541800.080.700.29292.8653.8545.88
HexA536B484601D125362e
Octal24566264101060354456656
Binary101001011101101011010010001000110011101100100101110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A536B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A536B4; }

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

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

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

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

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

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

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

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