#A133AD

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

Shades of Dark Orchid #A133AD

Tints of Dark Orchid #A133AD

Color information

#A133AD (or 0xA133AD) is unknown color: approx Dark Orchid. HEX triplet: A1, 33 and AD. RGB value is (161,51,173). Sum of RGB (Red+Green+Blue) = 161+51+173=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #A133AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A133AD is #5ECC52. Grayscale: #616161. Windows color (decimal): -6212691 or 11350945. OLE color: 11350945.

HSL color Cylindrical-coordinate representation of color #A133AD: hue angle of 294.1º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A133AD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16151173-
CMYK0.070.7100.32
HSL294.1º54.46%43.92%-
HSV(B)294.1º70.52%67.84%-
XYZ23.4212.9640.8-
YUV97.8170.44173.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 51 (20.31% from 255) = 13.25%
BLUE value IS 173 (67.97% from 255) = 44.94%
R=41.82%
G=13.25%
B=44.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161511730.070.7100.32294.154.4643.92
HexA133AD747020126362c
Octal2416325571070404466654
Binary101000011100111010110111110001110100000100100110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A133AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A133AD; }

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

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

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

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

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

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

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

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