#A438BA

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

Shades of Dark Orchid #A438BA

Tints of Dark Orchid #A438BA

Color information

#A438BA (or 0xA438BA) is unknown color: approx Dark Orchid. HEX triplet: A4, 38 and BA. RGB value is (164,56,186). Sum of RGB (Red+Green+Blue) = 164+56+186=406 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.39% from 406); Green value is 56 (22.27% from 255 or 13.79% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #A438BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A438BA is #5BC745. Grayscale: #666666. Windows color (decimal): -6014790 or 12204196. OLE color: 12204196.

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

Color convert

RGB16456186-
CMYK0.120.7000.27
HSL289.85º53.72%47.45%-
HSV(B)289.85º69.89%72.94%-
XYZ25.5914.2747.86-
YUV103.11174.78171.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.39%
GREEN value IS 56 (22.27% from 255) = 13.79%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=40.39%
G=13.79%
B=45.81%

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
Decimal164561860.120.7000.27289.8553.7247.45
HexA438BAC4601B122362f
Octal24470272141060334426657
Binary101001001110001011101011001000110011011100100010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A438BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A438BA; }

 p { color: rgb(164,56,186); }

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

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

 a { background-color: rgb(164,56,186); }

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

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

 span { border-color: rgb(164,56,186); }

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