#A433BF

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

Shades of Dark Orchid #A433BF

Tints of Dark Orchid #A433BF

Color information

#A433BF (or 0xA433BF) is unknown color: approx Dark Orchid. HEX triplet: A4, 33 and BF. RGB value is (164,51,191). Sum of RGB (Red+Green+Blue) = 164+51+191=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 51 (20.31% from 255 or 12.56% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #A433BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A433BF is #5BCC40. Grayscale: #646464. Windows color (decimal): -6016065 or 12530596. OLE color: 12530596.

HSL color Cylindrical-coordinate representation of color #A433BF: hue angle of 288.43º 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 #A433BF is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16451191-
CMYK0.140.7300.25
HSL288.43º57.85%47.45%-
HSV(B)288.43º73.3%74.9%-
XYZ25.914.0250.63-
YUV100.75178.94173.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 51 (20.31% from 255) = 12.56%
BLUE value IS 191 (75% from 255) = 47.04%
R=40.39%
G=12.56%
B=47.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164511910.140.7300.25288.4357.8547.45
HexA433BFE490191203a2f
Octal24463277161110314407257
Binary101001001100111011111111101001001011001100100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A433BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A433BF; }

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

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

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

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

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

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

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

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