#A534AB

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

Shades of Dark Orchid #A534AB

Tints of Dark Orchid #A534AB

Color information

#A534AB (or 0xA534AB) is unknown color: approx Dark Orchid. HEX triplet: A5, 34 and AB. RGB value is (165,52,171). Sum of RGB (Red+Green+Blue) = 165+52+171=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #A534AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A534AB is #5ACB54. Grayscale: #626262. Windows color (decimal): -5950293 or 11220133. OLE color: 11220133.

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

Color convert

RGB16552171-
CMYK0.040.7000.33
HSL296.97º53.36%43.73%-
HSV(B)296.97º69.59%67.06%-
XYZ24.113.439.84-
YUV99.35168.44174.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.53%
GREEN value IS 52 (20.70% from 255) = 13.40%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=42.53%
G=13.40%
B=44.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165521710.040.7000.33296.9753.3643.73
HexA534AB446021129352c
Octal2456425341060414516554
Binary101001011101001010101110010001100100001100101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A534AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A534AB; }

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

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

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

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

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

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

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

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