#A72AA7

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

Shades of Dark Orchid #A72AA7

Tints of Dark Orchid #A72AA7

Color information

#A72AA7 (or 0xA72AA7) is unknown color: approx Dark Orchid. HEX triplet: A7, 2A and A7. RGB value is (167,42,167). Sum of RGB (Red+Green+Blue) = 167+42+167=376 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.41% from 376); Green value is 42 (16.80% from 255 or 11.17% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 167 - color contains mainly: red, blue. Hex color #A72AA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A72AA7 is #58D558. Grayscale: #5D5D5D. Windows color (decimal): -5821785 or 10955431. OLE color: 10955431.

HSL color Cylindrical-coordinate representation of color #A72AA7: hue angle of 300º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A72AA7 is Cyan = 0, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB16742167-
CMYK00.7500.35
HSL300º59.81%40.98%-
HSV(B)300º74.85%65.49%-
XYZ23.7412.6637.75-
YUV93.62169.41180.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.41%
GREEN value IS 42 (16.80% from 255) = 11.17%
BLUE value IS 167 (65.62% from 255) = 44.41%
R=44.41%
G=11.17%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1674216700.7500.3530059.8140.98
HexA72AA704B02312c3c29
Octal2475224701130434547451
Binary1010011110101010100111010010110100011100101100111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72AA7; }

 p { color: rgb(167,42,167); }

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

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

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

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

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

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

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