#A538BE

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

Shades of Dark Orchid #A538BE

Tints of Dark Orchid #A538BE

Color information

#A538BE (or 0xA538BE) is unknown color: approx Dark Orchid. HEX triplet: A5, 38 and BE. RGB value is (165,56,190). Sum of RGB (Red+Green+Blue) = 165+56+190=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 56 (22.27% from 255 or 13.63% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #A538BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A538BE is #5AC741. Grayscale: #676767. Windows color (decimal): -5949250 or 12466341. OLE color: 12466341.

HSL color Cylindrical-coordinate representation of color #A538BE: hue angle of 288.81º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A538BE is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16556190-
CMYK0.130.7100.25
HSL288.81º54.47%48.24%-
HSV(B)288.81º70.53%74.51%-
XYZ26.2314.5550.14-
YUV103.87176.61171.6-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.15%
GREEN value IS 56 (22.27% from 255) = 13.63%
BLUE value IS 190 (74.61% from 255) = 46.23%
R=40.15%
G=13.63%
B=46.23%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165561900.130.7100.25288.8154.4748.24
HexA538BED470191213630
Octal24570276151070314416660
Binary101001011110001011111011011000111011001100100001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A538BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A538BE; }

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

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

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

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

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

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

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

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