#a33add

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

Shades of Dark Orchid #A33ADD

Tints of Dark Orchid #A33ADD

Color information

#A33ADD (or 0xA33ADD) is unknown color: approx Dark Orchid. HEX triplet: A3, 3A and DD. RGB value is (163,58,221). Sum of RGB (Red+Green+Blue) = 163+58+221=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 221 (86.72% from 255 or 50% from 442); Max value from RGB is 221 - color contains mainly: blue. Hex color #A33ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ADD is #5CC522. Grayscale: #6B6B6B. Windows color (decimal): -6079779 or 14498467. OLE color: 14498467.

HSL color Cylindrical-coordinate representation of color #A33ADD: hue angle of 278.65º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A33ADD is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16358221-
CMYK0.260.7400.13
HSL278.65º70.56%54.71%-
HSV(B)278.65º73.76%86.67%-
XYZ29.6716.0369.94-
YUV107.98191.79167.25-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 58 (23.05% from 255) = 13.12%
BLUE value IS 221 (86.72% from 255) = 50%
R=36.88%
G=13.12%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163582210.260.7400.13278.6570.5654.71
HexA33ADD1A4A0D1174737
Octal243723353211201542710767
Binary1010001111101011011101110101001010011011000101111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a33add

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a33add; }

 p { color: rgb(163,58,221); }

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

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

 a { background-color: rgb(163,58,221); }

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

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

 span { border-color: rgb(163,58,221); }

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