#A133C3

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

Shades of Dark Orchid #A133C3

Tints of Dark Orchid #A133C3

Color information

#A133C3 (or 0xA133C3) is unknown color: approx Dark Orchid. HEX triplet: A1, 33 and C3. RGB value is (161,51,195). Sum of RGB (Red+Green+Blue) = 161+51+195=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 195 (76.56% from 255 or 47.91% from 407); Max value from RGB is 195 - color contains mainly: blue. Hex color #A133C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A133C3 is #5ECC3C. Grayscale: #636363. Windows color (decimal): -6212669 or 12792737. OLE color: 12792737.

HSL color Cylindrical-coordinate representation of color #A133C3: hue angle of 285.83º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A133C3 is Cyan = 0.17, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16151195-
CMYK0.170.7400.24
HSL285.83º58.54%48.24%-
HSV(B)285.83º73.85%76.47%-
XYZ25.7313.8852.95-
YUV100.31181.44171.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.56%
GREEN value IS 51 (20.31% from 255) = 12.53%
BLUE value IS 195 (76.56% from 255) = 47.91%
R=39.56%
G=12.53%
B=47.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161511950.170.7400.24285.8358.5448.24
HexA133C3114A01811e3b30
Octal24163303211120304367360
Binary1010000111001111000011100011001010011000100011110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A133C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A133C3; }

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

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

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

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

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

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

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

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