#A53BBA

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

Shades of Dark Orchid #A53BBA

Tints of Dark Orchid #A53BBA

Color information

#A53BBA (or 0xA53BBA) is unknown color: approx Dark Orchid. HEX triplet: A5, 3B and BA. RGB value is (165,59,186). Sum of RGB (Red+Green+Blue) = 165+59+186=410 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.24% from 410); Green value is 59 (23.44% from 255 or 14.39% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #A53BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53BBA is #5AC445. Grayscale: #686868. Windows color (decimal): -5948486 or 12204965. OLE color: 12204965.

HSL color Cylindrical-coordinate representation of color #A53BBA: hue angle of 290.08º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53BBA is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16559186-
CMYK0.110.6800.27
HSL290.08º51.84%48.04%-
HSV(B)290.08º68.28%72.94%-
XYZ25.9414.6747.92-
YUV105.17173.62170.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.24%
GREEN value IS 59 (23.44% from 255) = 14.39%
BLUE value IS 186 (73.05% from 255) = 45.37%
R=40.24%
G=14.39%
B=45.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165591860.110.6800.27290.0851.8448.04
HexA53BBAB4401B1223430
Octal24573272131040334426460
Binary101001011110111011101010111000100011011100100010110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53BBA; }

 p { color: rgb(165,59,186); }

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

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

 a { background-color: rgb(165,59,186); }

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

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

 span { border-color: rgb(165,59,186); }

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