#A633BE

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

Shades of Dark Orchid #A633BE

Tints of Dark Orchid #A633BE

Color information

#A633BE (or 0xA633BE) is unknown color: approx Dark Orchid. HEX triplet: A6, 33 and BE. RGB value is (166,51,190). Sum of RGB (Red+Green+Blue) = 166+51+190=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #A633BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A633BE is #59CC41. Grayscale: #646464. Windows color (decimal): -5884994 or 12465062. OLE color: 12465062.

HSL color Cylindrical-coordinate representation of color #A633BE: hue angle of 289.64º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A633BE is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16651190-
CMYK0.130.7300.25
HSL289.64º57.68%47.25%-
HSV(B)289.64º73.16%74.51%-
XYZ26.214.1950.07-
YUV101.23178.1174.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.79%
GREEN value IS 51 (20.31% from 255) = 12.53%
BLUE value IS 190 (74.61% from 255) = 46.68%
R=40.79%
G=12.53%
B=46.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166511900.130.7300.25289.6457.6847.25
HexA633BED490191223a2f
Octal24663276151110314427257
Binary101001101100111011111011011001001011001100100010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A633BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A633BE; }

 p { color: rgb(166,51,190); }

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

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

 a { background-color: rgb(166,51,190); }

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

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

 span { border-color: rgb(166,51,190); }

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