#A133DA

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

Shades of Dark Orchid #A133DA

Tints of Dark Orchid #A133DA

Color information

#A133DA (or 0xA133DA) is unknown color: approx Dark Orchid. HEX triplet: A1, 33 and DA. RGB value is (161,51,218). Sum of RGB (Red+Green+Blue) = 161+51+218=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 51 (20.31% from 255 or 11.86% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #A133DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133DA is #5ECC25. Grayscale: #666666. Windows color (decimal): -6212646 or 14300065. OLE color: 14300065.

HSL color Cylindrical-coordinate representation of color #A133DA: hue angle of 279.52º 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 #A133DA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16151218-
CMYK0.260.7700.15
HSL279.52º69.29%52.75%-
HSV(B)279.52º76.61%85.49%-
XYZ28.5415.0167.72-
YUV102.93192.94169.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.44%
GREEN value IS 51 (20.31% from 255) = 11.86%
BLUE value IS 218 (85.55% from 255) = 50.70%
R=37.44%
G=11.86%
B=50.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161512180.260.7700.15279.5269.2952.75
HexA133DA1A4D0F1184535
Octal241633323211501743010565
Binary1010000111001111011010110101001101011111000110001000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A133DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A133DA; }

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

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

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

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

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

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

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

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