#A638BA

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

Shades of Dark Orchid #A638BA

Tints of Dark Orchid #A638BA

Color information

#A638BA (or 0xA638BA) is unknown color: approx Dark Orchid. HEX triplet: A6, 38 and BA. RGB value is (166,56,186). Sum of RGB (Red+Green+Blue) = 166+56+186=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #A638BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A638BA is #59C745. Grayscale: #676767. Windows color (decimal): -5883718 or 12204198. OLE color: 12204198.

HSL color Cylindrical-coordinate representation of color #A638BA: hue angle of 290.77º 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 #A638BA is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16656186-
CMYK0.110.7000.27
HSL290.77º53.72%47.45%-
HSV(B)290.77º69.89%72.94%-
XYZ2614.4847.88-
YUV103.71174.44172.43-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.69%
GREEN value IS 56 (22.27% from 255) = 13.73%
BLUE value IS 186 (73.05% from 255) = 45.59%
R=40.69%
G=13.73%
B=45.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166561860.110.7000.27290.7753.7247.45
HexA638BAB4601B123362f
Octal24670272131060334436657
Binary101001101110001011101010111000110011011100100011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A638BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A638BA; }

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

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

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

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

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

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

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

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