#A33ABA

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

Shades of Dark Orchid #A33ABA

Tints of Dark Orchid #A33ABA

Color information

#A33ABA (or 0xA33ABA) is unknown color: approx Dark Orchid. HEX triplet: A3, 3A and BA. RGB value is (163,58,186). Sum of RGB (Red+Green+Blue) = 163+58+186=407 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.05% from 407); Green value is 58 (23.05% from 255 or 14.25% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #A33ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33ABA is #5CC545. Grayscale: #676767. Windows color (decimal): -6079814 or 12204707. OLE color: 12204707.

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

Color convert

RGB16358186-
CMYK0.120.6900.27
HSL289.22º52.46%47.84%-
HSV(B)289.22º68.82%72.94%-
XYZ25.4814.3647.88-
YUV103.99174.29170.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.05%
GREEN value IS 58 (23.05% from 255) = 14.25%
BLUE value IS 186 (73.05% from 255) = 45.70%
R=40.05%
G=14.25%
B=45.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163581860.120.6900.27289.2252.4647.84
HexA33ABAC4501B1213430
Octal24372272141050334416460
Binary101000111110101011101011001000101011011100100001110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33ABA; }

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

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

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

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

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

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

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

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