#A734AD

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

Shades of Dark Orchid #A734AD

Tints of Dark Orchid #A734AD

Color information

#A734AD (or 0xA734AD) is unknown color: approx Dark Orchid. HEX triplet: A7, 34 and AD. RGB value is (167,52,173). Sum of RGB (Red+Green+Blue) = 167+52+173=392 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.60% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #A734AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A734AD is #58CB52. Grayscale: #636363. Windows color (decimal): -5819219 or 11351207. OLE color: 11351207.

HSL color Cylindrical-coordinate representation of color #A734AD: hue angle of 297.02º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A734AD is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16752173-
CMYK0.030.7000.32
HSL297.02º53.78%44.12%-
HSV(B)297.02º69.94%67.84%-
XYZ24.7113.6940.88-
YUV100.18169.1175.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.60%
GREEN value IS 52 (20.70% from 255) = 13.27%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=42.60%
G=13.27%
B=44.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal167521730.030.7000.32297.0253.7844.12
HexA734AD346020129362c
Octal2476425531060404516654
Binary10100111110100101011011110001100100000100101001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A734AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A734AD; }

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

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

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

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

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

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

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

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