#A826AD

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

Shades of Dark Orchid #A826AD

Tints of Dark Orchid #A826AD

Color information

#A826AD (or 0xA826AD) is unknown color: approx Dark Orchid. HEX triplet: A8, 26 and AD. RGB value is (168,38,173). Sum of RGB (Red+Green+Blue) = 168+38+173=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #A826AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A826AD is #57D952. Grayscale: #5B5B5B. Windows color (decimal): -5757267 or 11347624. OLE color: 11347624.

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

Color convert

RGB16838173-
CMYK0.030.7800.32
HSL297.78º63.98%41.37%-
HSV(B)297.78º78.03%67.84%-
XYZ24.3812.7340.71-
YUV92.26173.57182.02-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.33%
GREEN value IS 38 (15.23% from 255) = 10.03%
BLUE value IS 173 (67.97% from 255) = 45.65%
R=44.33%
G=10.03%
B=45.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168381730.030.7800.32297.7863.9841.37
HexA826AD34E02012a4029
Octal25046255311604045210051
Binary101010001001101010110111100111001000001001010101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A826AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A826AD; }

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

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

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

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

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

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

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

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