#A533BB

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

Shades of Dark Orchid #A533BB

Tints of Dark Orchid #A533BB

Color information

#A533BB (or 0xA533BB) is unknown color: approx Dark Orchid. HEX triplet: A5, 33 and BB. RGB value is (165,51,187). Sum of RGB (Red+Green+Blue) = 165+51+187=403 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.94% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #A533BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533BB is #5ACC44. Grayscale: #646464. Windows color (decimal): -5950533 or 12268453. OLE color: 12268453.

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

Color convert

RGB16551187-
CMYK0.120.7300.27
HSL290.29º57.14%46.67%-
HSV(B)290.29º72.73%73.33%-
XYZ25.6713.9548.35-
YUV100.59176.77173.94-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.94%
GREEN value IS 51 (20.31% from 255) = 12.66%
BLUE value IS 187 (73.44% from 255) = 46.40%
R=40.94%
G=12.66%
B=46.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165511870.120.7300.27290.2957.1446.67
HexA533BBC4901B122392f
Octal24563273141110334427157
Binary101001011100111011101111001001001011011100100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A533BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A533BB; }

 p { color: rgb(165,51,187); }

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

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

 a { background-color: rgb(165,51,187); }

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

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

 span { border-color: rgb(165,51,187); }

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