#A636B1

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

Shades of Dark Orchid #A636B1

Tints of Dark Orchid #A636B1

Color information

#A636B1 (or 0xA636B1) is unknown color: approx Dark Orchid. HEX triplet: A6, 36 and B1. RGB value is (166,54,177). Sum of RGB (Red+Green+Blue) = 166+54+177=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 177 (69.53% from 255 or 44.58% from 397); Max value from RGB is 177 - color contains mainly: blue. Hex color #A636B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A636B1 is #59C94E. Grayscale: #656565. Windows color (decimal): -5884239 or 11613862. OLE color: 11613862.

HSL color Cylindrical-coordinate representation of color #A636B1: hue angle of 294.63º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A636B1 is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16654177-
CMYK0.060.6900.31
HSL294.63º53.25%45.29%-
HSV(B)294.63º69.49%69.41%-
XYZ24.9813.9242.97-
YUV101.51170.61174-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.81%
GREEN value IS 54 (21.48% from 255) = 13.60%
BLUE value IS 177 (69.53% from 255) = 44.58%
R=41.81%
G=13.60%
B=44.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal166541770.060.6900.31294.6353.2545.29
HexA636B164501F127352d
Octal2466626161050374476555
Binary10100110110110101100011101000101011111100100111110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A636B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A636B1; }

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

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

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

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

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

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

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

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