#A72EB4

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

Shades of Dark Orchid #A72EB4

Tints of Dark Orchid #A72EB4

Color information

#A72EB4 (or 0xA72EB4) is unknown color: approx Dark Orchid. HEX triplet: A7, 2E and B4. RGB value is (167,46,180). Sum of RGB (Red+Green+Blue) = 167+46+180=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #A72EB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72EB4 is #58D14B. Grayscale: #616161. Windows color (decimal): -5820748 or 11808423. OLE color: 11808423.

HSL color Cylindrical-coordinate representation of color #A72EB4: hue angle of 294.18º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A72EB4 is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16746180-
CMYK0.070.7400.29
HSL294.18º59.29%44.31%-
HSV(B)294.18º74.44%70.59%-
XYZ25.1513.4644.45-
YUV97.46174.59177.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.49%
GREEN value IS 46 (18.36% from 255) = 11.70%
BLUE value IS 180 (70.70% from 255) = 45.80%
R=42.49%
G=11.70%
B=45.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal167461800.070.7400.29294.1859.2944.31
HexA72EB474A01D1263b2c
Octal2475626471120354467354
Binary10100111101110101101001111001010011101100100110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A72EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A72EB4; }

 p { color: rgb(167,46,180); }

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

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

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

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

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

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

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