#A733C1

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

Shades of Dark Orchid #A733C1

Tints of Dark Orchid #A733C1

Color information

#A733C1 (or 0xA733C1) is unknown color: approx Dark Orchid. HEX triplet: A7, 33 and C1. RGB value is (167,51,193). Sum of RGB (Red+Green+Blue) = 167+51+193=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 51 (20.31% from 255 or 12.41% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 193 - color contains mainly: blue. Hex color #A733C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A733C1 is #58CC3E. Grayscale: #656565. Windows color (decimal): -5819455 or 12661671. OLE color: 12661671.

HSL color Cylindrical-coordinate representation of color #A733C1: hue angle of 289.01º degrees, saturation: 0.58, 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 #A733C1 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16751193-
CMYK0.130.7400.24
HSL289.01º58.2%47.84%-
HSV(B)289.01º73.58%75.69%-
XYZ26.7514.4351.83-
YUV101.87179.43174.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 51 (20.31% from 255) = 12.41%
BLUE value IS 193 (75.78% from 255) = 46.96%
R=40.63%
G=12.41%
B=46.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal167511930.130.7400.24289.0158.247.84
HexA733C1D4A0181213a30
Octal24763301151120304417260
Binary101001111100111100000111011001010011000100100001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A733C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A733C1; }

 p { color: rgb(167,51,193); }

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

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

 a { background-color: rgb(167,51,193); }

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

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

 span { border-color: rgb(167,51,193); }

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