#A33BD9

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

Shades of Dark Orchid #A33BD9

Tints of Dark Orchid #A33BD9

Color information

#A33BD9 (or 0xA33BD9) is unknown color: approx Dark Orchid. HEX triplet: A3, 3B and D9. RGB value is (163,59,217). Sum of RGB (Red+Green+Blue) = 163+59+217=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 59 (23.44% from 255 or 13.44% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 217 - color contains mainly: blue. Hex color #A33BD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33BD9 is #5CC426. Grayscale: #6B6B6B. Windows color (decimal): -6079527 or 14236579. OLE color: 14236579.

HSL color Cylindrical-coordinate representation of color #A33BD9: hue angle of 279.49º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A33BD9 is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16359217-
CMYK0.250.7300.15
HSL279.49º67.52%54.12%-
HSV(B)279.49º72.81%85.1%-
XYZ29.1915.9267.18-
YUV108.11189.46167.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 59 (23.44% from 255) = 13.44%
BLUE value IS 217 (85.16% from 255) = 49.43%
R=37.13%
G=13.44%
B=49.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163592170.250.7300.15279.4967.5254.12
HexA33BD919490F1174436
Octal243733313111101742710466
Binary1010001111101111011001110011001001011111000101111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33BD9; }

 p { color: rgb(163,59,217); }

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

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

 a { background-color: rgb(163,59,217); }

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

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

 span { border-color: rgb(163,59,217); }

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