#A33EBA

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

Shades of Dark Orchid #A33EBA

Tints of Dark Orchid #A33EBA

Color information

#A33EBA (or 0xA33EBA) is unknown color: approx Dark Orchid. HEX triplet: A3, 3E and BA. RGB value is (163,62,186). Sum of RGB (Red+Green+Blue) = 163+62+186=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #A33EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A33EBA is #5CC145. Grayscale: #696969. Windows color (decimal): -6078790 or 12205731. OLE color: 12205731.

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

Color convert

RGB16362186-
CMYK0.120.6700.27
HSL288.87º50%48.63%-
HSV(B)288.87º66.67%72.94%-
XYZ25.6914.7847.95-
YUV106.34172.96168.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.66%
GREEN value IS 62 (24.61% from 255) = 15.09%
BLUE value IS 186 (73.05% from 255) = 45.26%
R=39.66%
G=15.09%
B=45.26%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal163621860.120.6700.27288.875048.63
HexA33EBAC4301B1213231
Octal24376272141030334416261
Binary101000111111101011101011001000011011011100100001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33EBA; }

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

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

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

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

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

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

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

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