#A52ABD

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

Shades of Dark Orchid #A52ABD

Tints of Dark Orchid #A52ABD

Color information

#A52ABD (or 0xA52ABD) is unknown color: approx Dark Orchid. HEX triplet: A5, 2A and BD. RGB value is (165,42,189). Sum of RGB (Red+Green+Blue) = 165+42+189=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 42 (16.80% from 255 or 10.61% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #A52ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52ABD is #5AD542. Grayscale: #5F5F5F. Windows color (decimal): -5952835 or 12397221. OLE color: 12397221.

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

Color convert

RGB16542189-
CMYK0.130.7800.26
HSL290.2º63.64%45.29%-
HSV(B)290.2º77.78%74.12%-
XYZ25.5313.3349.37-
YUV95.54180.75177.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 42 (16.80% from 255) = 10.61%
BLUE value IS 189 (74.22% from 255) = 47.73%
R=41.67%
G=10.61%
B=47.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165421890.130.7800.26290.263.6445.29
HexA52ABDD4E01A122402d
Octal245522751511603244210055
Binary1010010110101010111101110110011100110101001000101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52ABD; }

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

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

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

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

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

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

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

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