#A439BB

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

Shades of Dark Orchid #A439BB

Tints of Dark Orchid #A439BB

Color information

#A439BB (or 0xA439BB) is unknown color: approx Dark Orchid. HEX triplet: A4, 39 and BB. RGB value is (164,57,187). Sum of RGB (Red+Green+Blue) = 164+57+187=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #A439BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A439BB is #5BC644. Grayscale: #676767. Windows color (decimal): -6014533 or 12269988. OLE color: 12269988.

HSL color Cylindrical-coordinate representation of color #A439BB: hue angle of 289.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A439BB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16457187-
CMYK0.120.7000.27
HSL289.38º53.28%47.84%-
HSV(B)289.38º69.52%73.33%-
XYZ25.7414.4148.44-
YUV103.81174.95170.93-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.20%
GREEN value IS 57 (22.66% from 255) = 13.97%
BLUE value IS 187 (73.44% from 255) = 45.83%
R=40.20%
G=13.97%
B=45.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal164571870.120.7000.27289.3853.2847.84
HexA439BBC4601B1213530
Octal24471273141060334416560
Binary101001001110011011101111001000110011011100100001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A439BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A439BB; }

 p { color: rgb(164,57,187); }

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

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

 a { background-color: rgb(164,57,187); }

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

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

 span { border-color: rgb(164,57,187); }

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