#a523bb

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

Shades of Dark Orchid #A523BB

Tints of Dark Orchid #A523BB

Color information

#A523BB (or 0xA523BB) is unknown color: approx Dark Orchid. HEX triplet: A5, 23 and BB. RGB value is (165,35,187). Sum of RGB (Red+Green+Blue) = 165+35+187=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 35 (14.06% from 255 or 9.04% from 387); Blue value is 187 (73.44% from 255 or 48.32% from 387); Max value from RGB is 187 - color contains mainly: blue. Hex color #A523BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523BB is #5ADC44. Grayscale: #5A5A5A. Windows color (decimal): -5954629 or 12264357. OLE color: 12264357.

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

Color convert

RGB16535187-
CMYK0.120.8100.27
HSL291.32º68.47%43.53%-
HSV(B)291.32º81.28%73.33%-
XYZ25.0912.7948.16-
YUV91.2182.07180.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 35 (14.06% from 255) = 9.04%
BLUE value IS 187 (73.44% from 255) = 48.32%
R=42.64%
G=9.04%
B=48.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165351870.120.8100.27291.3268.4743.53
HexA523BBC5101B123442c
Octal245432731412103344310454
Binary1010010110001110111011110010100010110111001000111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a523bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a523bb; }

 p { color: rgb(165,35,187); }

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

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

 a { background-color: rgb(165,35,187); }

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

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

 span { border-color: rgb(165,35,187); }

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