#A73AC4

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

Shades of Dark Orchid #A73AC4

Tints of Dark Orchid #A73AC4

Color information

#A73AC4 (or 0xA73AC4) is unknown color: approx Dark Orchid. HEX triplet: A7, 3A and C4. RGB value is (167,58,196). Sum of RGB (Red+Green+Blue) = 167+58+196=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #A73AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73AC4 is #58C53B. Grayscale: #696969. Windows color (decimal): -5817660 or 12860071. OLE color: 12860071.

HSL color Cylindrical-coordinate representation of color #A73AC4: hue angle of 287.39º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73AC4 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16758196-
CMYK0.150.7000.23
HSL287.39º54.33%49.8%-
HSV(B)287.39º70.41%76.86%-
XYZ27.4115.2353.72-
YUV106.32178.61171.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 58 (23.05% from 255) = 13.78%
BLUE value IS 196 (76.95% from 255) = 46.56%
R=39.67%
G=13.78%
B=46.56%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal167581960.150.7000.23287.3954.3349.8
HexA73AC4F4601711f3632
Octal24772304171060274376662
Binary101001111110101100010011111000110010111100011111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73AC4; }

 p { color: rgb(167,58,196); }

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

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

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

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

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

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

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