#A626BF

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

Shades of Dark Orchid #A626BF

Tints of Dark Orchid #A626BF

Color information

#A626BF (or 0xA626BF) is unknown color: approx Dark Orchid. HEX triplet: A6, 26 and BF. RGB value is (166,38,191). Sum of RGB (Red+Green+Blue) = 166+38+191=395 (52% of max value = 765). Red value is 166 (65.23% from 255 or 42.03% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #A626BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A626BF is #59D940. Grayscale: #5D5D5D. Windows color (decimal): -5888321 or 12527270. OLE color: 12527270.

HSL color Cylindrical-coordinate representation of color #A626BF: hue angle of 290.2º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A626BF is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16638191-
CMYK0.130.8000.25
HSL290.2º66.81%44.9%-
HSV(B)290.2º80.1%74.9%-
XYZ25.8213.2550.49-
YUV93.71182.91179.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.03%
GREEN value IS 38 (15.23% from 255) = 9.62%
BLUE value IS 191 (75% from 255) = 48.35%
R=42.03%
G=9.62%
B=48.35%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166381910.130.8000.25290.266.8144.9
HexA626BFD50019122432d
Octal246462771512003144210355
Binary1010011010011010111111110110100000110011001000101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A626BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A626BF; }

 p { color: rgb(166,38,191); }

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

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

 a { background-color: rgb(166,38,191); }

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

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

 span { border-color: rgb(166,38,191); }

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