#A523B1

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

Shades of Dark Orchid #A523B1

Tints of Dark Orchid #A523B1

Color information

#A523B1 (or 0xA523B1) is unknown color: approx Dark Orchid. HEX triplet: A5, 23 and B1. RGB value is (165,35,177). Sum of RGB (Red+Green+Blue) = 165+35+177=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 35 (14.06% from 255 or 9.28% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 177 - color contains mainly: blue. Hex color #A523B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A523B1 is #5ADC4E. Grayscale: #595959. Windows color (decimal): -5954639 or 11608997. OLE color: 11608997.

HSL color Cylindrical-coordinate representation of color #A523B1: hue angle of 294.93º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A523B1 is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16535177-
CMYK0.070.8000.31
HSL294.93º66.98%41.57%-
HSV(B)294.93º80.23%69.41%-
XYZ24.0512.3842.72-
YUV90.06177.07181.45-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.77%
GREEN value IS 35 (14.06% from 255) = 9.28%
BLUE value IS 177 (69.53% from 255) = 46.95%
R=43.77%
G=9.28%
B=46.95%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal165351770.070.8000.31294.9366.9841.57
HexA523B175001F127432a
Octal24543261712003744710352
Binary101001011000111011000111110100000111111001001111000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A523B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A523B1; }

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

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

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

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

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

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

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

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