#a52dbd

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

Shades of Dark Orchid #A52DBD

Tints of Dark Orchid #A52DBD

Color information

#A52DBD (or 0xA52DBD) is unknown color: approx Dark Orchid. HEX triplet: A5, 2D and BD. RGB value is (165,45,189). Sum of RGB (Red+Green+Blue) = 165+45+189=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 45 (17.97% from 255 or 11.28% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #A52DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52DBD is #5AD242. Grayscale: #606060. Windows color (decimal): -5952067 or 12397989. OLE color: 12397989.

HSL color Cylindrical-coordinate representation of color #A52DBD: hue angle of 290º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A52DBD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16545189-
CMYK0.130.7600.26
HSL290º61.54%45.88%-
HSV(B)290º76.19%74.12%-
XYZ25.6413.5549.41-
YUV97.3179.76176.29-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 45 (17.97% from 255) = 11.28%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=41.35%
G=11.28%
B=47.37%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165451890.130.7600.2629061.5445.88
HexA52DBDD4C01A1223e2e
Octal24555275151140324427656
Binary101001011011011011110111011001100011010100100010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a52dbd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a52dbd; }

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

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

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

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

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

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

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

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