#A734C0

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

Shades of Dark Orchid #A734C0

Tints of Dark Orchid #A734C0

Color information

#A734C0 (or 0xA734C0) is unknown color: approx Dark Orchid. HEX triplet: A7, 34 and C0. RGB value is (167,52,192). Sum of RGB (Red+Green+Blue) = 167+52+192=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 52 (20.70% from 255 or 12.65% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 192 - color contains mainly: blue. Hex color #A734C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A734C0 is #58CB3F. Grayscale: #656565. Windows color (decimal): -5819200 or 12596391. OLE color: 12596391.

HSL color Cylindrical-coordinate representation of color #A734C0: hue angle of 289.29º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A734C0 is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16752192-
CMYK0.130.7300.25
HSL289.29º57.38%47.84%-
HSV(B)289.29º72.92%75.29%-
XYZ26.6814.4851.26-
YUV102.34178.6174.12-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 52 (20.70% from 255) = 12.65%
BLUE value IS 192 (75.39% from 255) = 46.72%
R=40.63%
G=12.65%
B=46.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167521920.130.7300.25289.2957.3847.84
HexA734C0D490191213930
Octal24764300151110314417160
Binary101001111101001100000011011001001011001100100001111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A734C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A734C0; }

 p { color: rgb(167,52,192); }

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

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

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

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

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

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

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