#A534BE

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

Shades of Dark Orchid #A534BE

Tints of Dark Orchid #A534BE

Color information

#A534BE (or 0xA534BE) is unknown color: approx Dark Orchid. HEX triplet: A5, 34 and BE. RGB value is (165,52,190). Sum of RGB (Red+Green+Blue) = 165+52+190=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #A534BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A534BE is #5ACB41. Grayscale: #656565. Windows color (decimal): -5950274 or 12465317. OLE color: 12465317.

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

Color convert

RGB16552190-
CMYK0.130.7300.25
HSL289.13º57.02%47.45%-
HSV(B)289.13º72.63%74.51%-
XYZ26.0414.1750.08-
YUV101.52177.94173.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 52 (20.70% from 255) = 12.78%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=40.54%
G=12.78%
B=46.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal165521900.130.7300.25289.1357.0247.45
HexA534BED49019121392f
Octal24564276151110314417157
Binary101001011101001011111011011001001011001100100001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A534BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A534BE; }

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

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

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

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

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

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

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

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