#A538C1

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

Shades of Dark Orchid #A538C1

Tints of Dark Orchid #A538C1

Color information

#A538C1 (or 0xA538C1) is unknown color: approx Dark Orchid. HEX triplet: A5, 38 and C1. RGB value is (165,56,193). Sum of RGB (Red+Green+Blue) = 165+56+193=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 56 (22.27% from 255 or 13.53% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 193 - color contains mainly: blue. Hex color #A538C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A538C1 is #5AC73E. Grayscale: #676767. Windows color (decimal): -5949247 or 12662949. OLE color: 12662949.

HSL color Cylindrical-coordinate representation of color #A538C1: hue angle of 287.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A538C1 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16556193-
CMYK0.150.7100.24
HSL287.74º55.02%48.82%-
HSV(B)287.74º70.98%75.69%-
XYZ26.5614.6851.89-
YUV104.21178.11171.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.86%
GREEN value IS 56 (22.27% from 255) = 13.53%
BLUE value IS 193 (75.78% from 255) = 46.62%
R=39.86%
G=13.53%
B=46.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal165561930.150.7100.24287.7455.0248.82
HexA538C1F470181203731
Octal24570301171070304406761
Binary101001011110001100000111111000111011000100100000110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A538C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A538C1; }

 p { color: rgb(165,56,193); }

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

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

 a { background-color: rgb(165,56,193); }

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

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

 span { border-color: rgb(165,56,193); }

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