#A61BC4

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

Shades of Dark Orchid #A61BC4

Tints of Dark Orchid #A61BC4

Color information

#A61BC4 (or 0xA61BC4) is unknown color: approx Dark Orchid. HEX triplet: A6, 1B and C4. RGB value is (166,27,196). Sum of RGB (Red+Green+Blue) = 166+27+196=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 196 (76.95% from 255 or 50.39% from 389); Max value from RGB is 196 - color contains mainly: blue. Hex color #A61BC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BC4 is #59E43B. Grayscale: #575757. Windows color (decimal): -5891132 or 12852134. OLE color: 12852134.

HSL color Cylindrical-coordinate representation of color #A61BC4: hue angle of 289.35º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61BC4 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16627196-
CMYK0.150.8600.23
HSL289.35º75.78%43.73%-
HSV(B)289.35º86.22%76.86%-
XYZ26.0812.8853.34-
YUV87.83189.05183.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 42.67%
GREEN value IS 27 (10.94% from 255) = 6.94%
BLUE value IS 196 (76.95% from 255) = 50.39%
R=42.67%
G=6.94%
B=50.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal166271960.150.8600.23289.3575.7843.73
HexA61BC4F560171214c2c
Octal246333041712602744111454
Binary101001101101111000100111110101100101111001000011001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61BC4; }

 p { color: rgb(166,27,196); }

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

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

 a { background-color: rgb(166,27,196); }

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

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

 span { border-color: rgb(166,27,196); }

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