#A52EB1

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

Shades of Dark Orchid #A52EB1

Tints of Dark Orchid #A52EB1

Color information

#A52EB1 (or 0xA52EB1) is unknown color: approx Dark Orchid. HEX triplet: A5, 2E and B1. RGB value is (165,46,177). Sum of RGB (Red+Green+Blue) = 165+46+177=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #A52EB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A52EB1 is #5AD14E. Grayscale: #606060. Windows color (decimal): -5951823 or 11611813. OLE color: 11611813.

HSL color Cylindrical-coordinate representation of color #A52EB1: hue angle of 294.5º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A52EB1 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16546177-
CMYK0.070.7400.31
HSL294.5º58.74%43.73%-
HSV(B)294.5º74.01%69.41%-
XYZ24.4313.1342.84-
YUV96.52173.42176.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 46 (18.36% from 255) = 11.86%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=42.53%
G=11.86%
B=45.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165461770.070.7400.31294.558.7443.73
HexA52EB174A01F1273b2c
Octal2455626171120374477354
Binary10100101101110101100011111001010011111100100111111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52EB1; }

 p { color: rgb(165,46,177); }

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

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

 a { background-color: rgb(165,46,177); }

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

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

 span { border-color: rgb(165,46,177); }

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