#A033DA

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

Shades of Dark Orchid #A033DA

Tints of Dark Orchid #A033DA

Color information

#A033DA (or 0xA033DA) is unknown color: approx Dark Orchid. HEX triplet: A0, 33 and DA. RGB value is (160,51,218). Sum of RGB (Red+Green+Blue) = 160+51+218=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 51 (20.31% from 255 or 11.89% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #A033DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A033DA is #5FCC25. Grayscale: #666666. Windows color (decimal): -6278182 or 14300064. OLE color: 14300064.

HSL color Cylindrical-coordinate representation of color #A033DA: hue angle of 279.16º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A033DA is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16051218-
CMYK0.270.7700.15
HSL279.16º69.29%52.75%-
HSV(B)279.16º76.61%85.49%-
XYZ28.3414.967.71-
YUV102.63193.11168.92-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 51 (20.31% from 255) = 11.89%
BLUE value IS 218 (85.55% from 255) = 50.82%
R=37.30%
G=11.89%
B=50.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal160512180.270.7700.15279.1669.2952.75
HexA033DA1B4D0F1174535
Octal240633323311501742710565
Binary1010000011001111011010110111001101011111000101111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A033DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A033DA; }

 p { color: rgb(160,51,218); }

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

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

 a { background-color: rgb(160,51,218); }

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

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

 span { border-color: rgb(160,51,218); }

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