#A133C9

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

Shades of Dark Orchid #A133C9

Tints of Dark Orchid #A133C9

Color information

#A133C9 (or 0xA133C9) is unknown color: approx Dark Orchid. HEX triplet: A1, 33 and C9. RGB value is (161,51,201). Sum of RGB (Red+Green+Blue) = 161+51+201=413 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.98% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 201 - color contains mainly: blue. Hex color #A133C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133C9 is #5ECC36. Grayscale: #646464. Windows color (decimal): -6212663 or 13185953. OLE color: 13185953.

HSL color Cylindrical-coordinate representation of color #A133C9: hue angle of 284º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A133C9 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16151201-
CMYK0.200.7500.21
HSL284º59.52%49.41%-
HSV(B)284º74.63%78.82%-
XYZ26.4214.1656.6-
YUV100.99184.44170.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.98%
GREEN value IS 51 (20.31% from 255) = 12.35%
BLUE value IS 201 (78.91% from 255) = 48.67%
R=38.98%
G=12.35%
B=48.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161512010.200.7500.2128459.5249.41
HexA133C9144B01511c3c31
Octal24163311241130254347461
Binary1010000111001111001001101001001011010101100011100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A133C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A133C9; }

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

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

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

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

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

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

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

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