#A725AA

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

Shades of Dark Orchid #A725AA

Tints of Dark Orchid #A725AA

Color information

#A725AA (or 0xA725AA) is unknown color: approx Dark Orchid. HEX triplet: A7, 25 and AA. RGB value is (167,37,170). Sum of RGB (Red+Green+Blue) = 167+37+170=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #A725AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A725AA is #58DA55. Grayscale: #5A5A5A. Windows color (decimal): -5823062 or 11150759. OLE color: 11150759.

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

Color convert

RGB16737170-
CMYK0.020.7800.33
HSL298.65º64.25%40.59%-
HSV(B)298.65º78.24%66.67%-
XYZ23.8512.4439.17-
YUV91.03172.57182.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 37 (14.84% from 255) = 9.89%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=44.65%
G=9.89%
B=45.45%

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
Decimal167371700.020.7800.33298.6564.2540.59
HexA725AA24E02112b4029
Octal24745252211604145310051
Binary101001111001011010101010100111001000011001010111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A725AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A725AA; }

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

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

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

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

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

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

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

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