#A534AA

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

Shades of Dark Orchid #A534AA

Tints of Dark Orchid #A534AA

Color information

#A534AA (or 0xA534AA) is unknown color: approx Dark Orchid. HEX triplet: A5, 34 and AA. RGB value is (165,52,170). Sum of RGB (Red+Green+Blue) = 165+52+170=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #A534AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A534AA is #5ACB55. Grayscale: #626262. Windows color (decimal): -5950294 or 11154597. OLE color: 11154597.

HSL color Cylindrical-coordinate representation of color #A534AA: hue angle of 297.46º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A534AA is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16552170-
CMYK0.030.6900.33
HSL297.46º53.15%43.53%-
HSV(B)297.46º69.41%66.67%-
XYZ2413.3639.34-
YUV99.24167.94174.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.64%
GREEN value IS 52 (20.70% from 255) = 13.44%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=42.64%
G=13.44%
B=43.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165521700.030.6900.33297.4653.1543.53
HexA534AA345021129352c
Octal2456425231050414516554
Binary10100101110100101010101110001010100001100101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A534AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A534AA; }

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

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

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

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

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

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

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

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