#A533BC

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

Shades of Dark Orchid #A533BC

Tints of Dark Orchid #A533BC

Color information

#A533BC (or 0xA533BC) is unknown color: approx Dark Orchid. HEX triplet: A5, 33 and BC. RGB value is (165,51,188). Sum of RGB (Red+Green+Blue) = 165+51+188=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 51 (20.31% from 255 or 12.62% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #A533BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A533BC is #5ACC43. Grayscale: #646464. Windows color (decimal): -5950532 or 12333989. OLE color: 12333989.

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

Color convert

RGB16551188-
CMYK0.120.7300.26
HSL289.93º57.32%46.86%-
HSV(B)289.93º72.87%73.73%-
XYZ25.781448.92-
YUV100.7177.27173.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.84%
GREEN value IS 51 (20.31% from 255) = 12.62%
BLUE value IS 188 (73.83% from 255) = 46.53%
R=40.84%
G=12.62%
B=46.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165511880.120.7300.26289.9357.3246.86
HexA533BCC4901A122392f
Octal24563274141110324427157
Binary101001011100111011110011001001001011010100100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A533BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A533BC; }

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

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

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

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

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

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

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

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