#A826AC

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

Shades of Dark Orchid #A826AC

Tints of Dark Orchid #A826AC

Color information

#A826AC (or 0xA826AC) is unknown color: approx Dark Orchid. HEX triplet: A8, 26 and AC. RGB value is (168,38,172). Sum of RGB (Red+Green+Blue) = 168+38+172=378 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.44% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #A826AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A826AC is #57D953. Grayscale: #5B5B5B. Windows color (decimal): -5757268 or 11282088. OLE color: 11282088.

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

Color convert

RGB16838172-
CMYK0.020.7800.33
HSL298.21º63.81%41.18%-
HSV(B)298.21º77.91%67.45%-
XYZ24.2912.6940.2-
YUV92.15173.07182.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.44%
GREEN value IS 38 (15.23% from 255) = 10.05%
BLUE value IS 172 (67.58% from 255) = 45.50%
R=44.44%
G=10.05%
B=45.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168381720.020.7800.33298.2163.8141.18
HexA826AC24E02112a4029
Octal25046254211604145210051
Binary101010001001101010110010100111001000011001010101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A826AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A826AC; }

 p { color: rgb(168,38,172); }

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

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

 a { background-color: rgb(168,38,172); }

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

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

 span { border-color: rgb(168,38,172); }

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