#A441BF

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

Shades of Dark Orchid #A441BF

Tints of Dark Orchid #A441BF

Color information

#A441BF (or 0xA441BF) is unknown color: approx Dark Orchid. HEX triplet: A4, 41 and BF. RGB value is (164,65,191). Sum of RGB (Red+Green+Blue) = 164+65+191=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #A441BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A441BF is #5BBE40. Grayscale: #6C6C6C. Windows color (decimal): -6012481 or 12534180. OLE color: 12534180.

HSL color Cylindrical-coordinate representation of color #A441BF: hue angle of 287.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A441BF is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16465191-
CMYK0.140.6600.25
HSL287.14º49.61%50.2%-
HSV(B)287.14º65.97%74.9%-
XYZ26.615.4350.87-
YUV108.96174.3167.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.05%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 191 (75% from 255) = 45.48%
R=39.05%
G=15.48%
B=45.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164651910.140.6600.25287.1449.6150.2
HexA441BFE4201911f3232
Octal244101277161020314376262
Binary1010010010000011011111111101000010011001100011111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A441BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A441BF; }

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

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

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

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

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

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

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

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