#A433AD

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

Shades of Dark Orchid #A433AD

Tints of Dark Orchid #A433AD

Color information

#A433AD (or 0xA433AD) is unknown color: approx Dark Orchid. HEX triplet: A4, 33 and AD. RGB value is (164,51,173). Sum of RGB (Red+Green+Blue) = 164+51+173=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 51 (20.31% from 255 or 13.14% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #A433AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A433AD is #5BCC52. Grayscale: #626262. Windows color (decimal): -6016083 or 11350948. OLE color: 11350948.

HSL color Cylindrical-coordinate representation of color #A433AD: hue angle of 295.57º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A433AD is Cyan = 0.05, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16451173-
CMYK0.050.7100.32
HSL295.57º54.46%43.92%-
HSV(B)295.57º70.52%67.84%-
XYZ24.0413.2840.83-
YUV98.7169.94174.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 51 (20.31% from 255) = 13.14%
BLUE value IS 173 (67.97% from 255) = 44.59%
R=42.27%
G=13.14%
B=44.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal164511730.050.7100.32295.5754.4643.92
HexA433AD547020128362c
Octal2446325551070404506654
Binary101001001100111010110110110001110100000100101000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A433AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A433AD; }

 p { color: rgb(164,51,173); }

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

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

 a { background-color: rgb(164,51,173); }

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

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

 span { border-color: rgb(164,51,173); }

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