#A825AA

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

Shades of Dark Orchid #A825AA

Tints of Dark Orchid #A825AA

Color information

#A825AA (or 0xA825AA) is unknown color: approx Dark Orchid. HEX triplet: A8, 25 and AA. RGB value is (168,37,170). Sum of RGB (Red+Green+Blue) = 168+37+170=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #A825AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A825AA is #57DA55. Grayscale: #5A5A5A. Windows color (decimal): -5757526 or 11150760. OLE color: 11150760.

HSL color Cylindrical-coordinate representation of color #A825AA: hue angle of 299.1º 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 #A825AA is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16837170-
CMYK0.010.7800.33
HSL299.1º64.25%40.59%-
HSV(B)299.1º78.24%66.67%-
XYZ24.0712.5539.18-
YUV91.33172.4182.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.8%
GREEN value IS 37 (14.84% from 255) = 9.87%
BLUE value IS 170 (66.80% from 255) = 45.33%
R=44.8%
G=9.87%
B=45.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal168371700.010.7800.33299.164.2540.59
HexA825AA14E02112b4029
Octal25045252111604145310051
Binary10101000100101101010101100111001000011001010111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A825AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A825AA; }

 p { color: rgb(168,37,170); }

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

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

 a { background-color: rgb(168,37,170); }

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

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

 span { border-color: rgb(168,37,170); }

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