#A530AB

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

Shades of Dark Orchid #A530AB

Tints of Dark Orchid #A530AB

Color information

#A530AB (or 0xA530AB) is unknown color: approx Dark Orchid. HEX triplet: A5, 30 and AB. RGB value is (165,48,171). Sum of RGB (Red+Green+Blue) = 165+48+171=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 48 (19.14% from 255 or 12.5% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #A530AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A530AB is #5ACF54. Grayscale: #606060. Windows color (decimal): -5951317 or 11219109. OLE color: 11219109.

HSL color Cylindrical-coordinate representation of color #A530AB: hue angle of 297.07º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A530AB is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16548171-
CMYK0.040.7200.33
HSL297.07º56.16%42.94%-
HSV(B)297.07º71.93%67.06%-
XYZ23.9213.0539.79-
YUV97169.76176.5-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.97%
GREEN value IS 48 (19.14% from 255) = 12.5%
BLUE value IS 171 (67.19% from 255) = 44.53%
R=42.97%
G=12.5%
B=44.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal165481710.040.7200.33297.0756.1642.94
HexA530AB448021129382b
Octal2456025341100414517053
Binary101001011100001010101110010010000100001100101001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A530AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A530AB; }

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

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

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

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

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

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

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

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