#A636BE

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

Shades of Dark Orchid #A636BE

Tints of Dark Orchid #A636BE

Color information

#A636BE (or 0xA636BE) is unknown color: approx Dark Orchid. HEX triplet: A6, 36 and BE. RGB value is (166,54,190). Sum of RGB (Red+Green+Blue) = 166+54+190=410 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.49% from 410); Green value is 54 (21.48% from 255 or 13.17% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #A636BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A636BE is #59C941. Grayscale: #666666. Windows color (decimal): -5884226 or 12465830. OLE color: 12465830.

HSL color Cylindrical-coordinate representation of color #A636BE: hue angle of 289.41º 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 #A636BE is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16654190-
CMYK0.130.7200.25
HSL289.41º55.74%47.84%-
HSV(B)289.41º71.58%74.51%-
XYZ26.3414.4650.12-
YUV102.99177.11172.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.49%
GREEN value IS 54 (21.48% from 255) = 13.17%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=40.49%
G=13.17%
B=46.34%

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
Decimal166541900.130.7200.25289.4155.7447.84
HexA636BED480191213830
Octal24666276151100314417060
Binary101001101101101011111011011001000011001100100001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636BE; }

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

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

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

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

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

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

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

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