#A133AB

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

Shades of Dark Orchid #A133AB

Tints of Dark Orchid #A133AB

Color information

#A133AB (or 0xA133AB) is unknown color: approx Dark Orchid. HEX triplet: A1, 33 and AB. RGB value is (161,51,171). Sum of RGB (Red+Green+Blue) = 161+51+171=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 51 (20.31% from 255 or 13.32% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #A133AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A133AB is #5ECC54. Grayscale: #616161. Windows color (decimal): -6212693 or 11219873. OLE color: 11219873.

HSL color Cylindrical-coordinate representation of color #A133AB: hue angle of 295º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A133AB is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16151171-
CMYK0.060.7000.33
HSL295º54.05%43.53%-
HSV(B)295º70.18%67.06%-
XYZ23.2312.8839.79-
YUV97.57169.44173.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 51 (20.31% from 255) = 13.32%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=42.04%
G=13.32%
B=44.65%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161511710.060.7000.3329554.0543.53
HexA133AB646021127362c
Octal2416325361060414476654
Binary101000011100111010101111010001100100001100100111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A133AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A133AB; }

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

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

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

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

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

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

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

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