#a523cc

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

Shades of Dark Orchid #A523CC

Tints of Dark Orchid #A523CC

Color information

#A523CC (or 0xA523CC) is unknown color: approx Dark Orchid. HEX triplet: A5, 23 and CC. RGB value is (165,35,204). Sum of RGB (Red+Green+Blue) = 165+35+204=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 35 (14.06% from 255 or 8.66% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #A523CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A523CC is #5ADC33. Grayscale: #5C5C5C. Windows color (decimal): -5954612 or 13378469. OLE color: 13378469.

HSL color Cylindrical-coordinate representation of color #A523CC: hue angle of 286.15º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A523CC is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16535204-
CMYK0.190.8300.2
HSL286.15º70.71%46.86%-
HSV(B)286.15º82.84%80%-
XYZ27.0213.5658.32-
YUV93.14190.57179.26-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 35 (14.06% from 255) = 8.66%
BLUE value IS 204 (80.08% from 255) = 50.50%
R=40.84%
G=8.66%
B=50.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165352040.190.8300.2286.1570.7146.86
HexA523CC135301411e472f
Octal245433142312302443610757
Binary10100101100011110011001001110100110101001000111101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a523cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a523cc; }

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

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

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

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

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

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

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

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