#A52DBA

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

Shades of Dark Orchid #A52DBA

Tints of Dark Orchid #A52DBA

Color information

#A52DBA (or 0xA52DBA) is unknown color: approx Dark Orchid. HEX triplet: A5, 2D and BA. RGB value is (165,45,186). Sum of RGB (Red+Green+Blue) = 165+45+186=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #A52DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DBA is #5AD245. Grayscale: #606060. Windows color (decimal): -5952070 or 12201381. OLE color: 12201381.

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

Color convert

RGB16545186-
CMYK0.110.7600.27
HSL291.06º61.04%45.29%-
HSV(B)291.06º75.81%72.94%-
XYZ25.3213.4247.71-
YUV96.95178.26176.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 45 (17.97% from 255) = 11.36%
BLUE value IS 186 (73.05% from 255) = 46.97%
R=41.67%
G=11.36%
B=46.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165451860.110.7600.27291.0661.0445.29
HexA52DBAB4C01B1233d2d
Octal24555272131140334437555
Binary101001011011011011101010111001100011011100100011111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52DBA; }

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

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

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

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

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

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

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

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