#A636BF

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

Shades of Dark Orchid #A636BF

Tints of Dark Orchid #A636BF

Color information

#A636BF (or 0xA636BF) is unknown color: approx Dark Orchid. HEX triplet: A6, 36 and BF. RGB value is (166,54,191). Sum of RGB (Red+Green+Blue) = 166+54+191=411 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.39% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #A636BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636BF is #59C940. Grayscale: #666666. Windows color (decimal): -5884225 or 12531366. OLE color: 12531366.

HSL color Cylindrical-coordinate representation of color #A636BF: hue angle of 289.05º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A636BF is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16654191-
CMYK0.130.7200.25
HSL289.05º55.92%48.04%-
HSV(B)289.05º71.73%74.9%-
XYZ26.4514.5150.7-
YUV103.11177.61172.86-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.39%
GREEN value IS 54 (21.48% from 255) = 13.14%
BLUE value IS 191 (75% from 255) = 46.47%
R=40.39%
G=13.14%
B=46.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166541910.130.7200.25289.0555.9248.04
HexA636BFD480191213830
Octal24666277151100314417060
Binary101001101101101011111111011001000011001100100001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636BF; }

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

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

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

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

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

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

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

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