#A61CAA

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

Shades of Dark Orchid #A61CAA

Tints of Dark Orchid #A61CAA

Color information

#A61CAA (or 0xA61CAA) is unknown color: approx Dark Orchid. HEX triplet: A6, 1C and AA. RGB value is (166,28,170). Sum of RGB (Red+Green+Blue) = 166+28+170=364 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.60% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #A61CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61CAA is #59E355. Grayscale: #555555. Windows color (decimal): -5890902 or 11148454. OLE color: 11148454.

HSL color Cylindrical-coordinate representation of color #A61CAA: hue angle of 298.31º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61CAA is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16628170-
CMYK0.020.8400.33
HSL298.31º71.72%38.82%-
HSV(B)298.31º83.53%66.67%-
XYZ23.411.8439.08-
YUV85.45175.72185.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.60%
GREEN value IS 28 (11.33% from 255) = 7.69%
BLUE value IS 170 (66.80% from 255) = 46.70%
R=45.60%
G=7.69%
B=46.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal166281700.020.8400.33298.3171.7238.82
HexA61CAA25402112a4827
Octal24634252212404145211047
Binary10100110111001010101010101010001000011001010101001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A61CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A61CAA; }

 p { color: rgb(166,28,170); }

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

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

 a { background-color: rgb(166,28,170); }

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

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

 span { border-color: rgb(166,28,170); }

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