#A828A7

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

Shades of Dark Orchid #A828A7

Tints of Dark Orchid #A828A7

Color information

#A828A7 (or 0xA828A7) is unknown color: approx Dark Orchid. HEX triplet: A8, 28 and A7. RGB value is (168,40,167). Sum of RGB (Red+Green+Blue) = 168+40+167=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 40 (16.02% from 255 or 10.67% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A828A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A828A7 is #57D758. Grayscale: #5C5C5C. Windows color (decimal): -5756761 or 10954920. OLE color: 10954920.

HSL color Cylindrical-coordinate representation of color #A828A7: hue angle of 300.47º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A828A7 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.34.

Color convert

RGB16840167-
CMYK00.760.010.34
HSL300.47º61.54%40.78%-
HSV(B)300.47º76.19%65.88%-
XYZ23.8812.6337.74-
YUV92.75169.91181.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 40 (16.02% from 255) = 10.67%
BLUE value IS 167 (65.62% from 255) = 44.53%
R=44.8%
G=10.67%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1684016700.760.010.34300.4761.5440.78
HexA828A704C12212c3e29
Octal2505024701141424547651
Binary1010100010100010100111010011001100010100101100111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A828A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A828A7; }

 p { color: rgb(168,40,167); }

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

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

 a { background-color: rgb(168,40,167); }

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

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

 span { border-color: rgb(168,40,167); }

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