#a734dc

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

Shades of Dark Orchid #A734DC

Tints of Dark Orchid #A734DC

Color information

#A734DC (or 0xA734DC) is unknown color: approx Dark Orchid. HEX triplet: A7, 34 and DC. RGB value is (167,52,220). Sum of RGB (Red+Green+Blue) = 167+52+220=439 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.04% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #A734DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A734DC is #58CB23. Grayscale: #686868. Windows color (decimal): -5819172 or 14431399. OLE color: 14431399.

HSL color Cylindrical-coordinate representation of color #A734DC: hue angle of 281.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A734DC is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16752220-
CMYK0.240.7600.14
HSL281.07º70.59%53.33%-
HSV(B)281.07º76.36%86.27%-
XYZ30.0815.8469.18-
YUV105.54192.6171.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.04%
GREEN value IS 52 (20.70% from 255) = 11.85%
BLUE value IS 220 (86.33% from 255) = 50.11%
R=38.04%
G=11.85%
B=50.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal167522200.240.7600.14281.0770.5953.33
HexA734DC184C0E1194735
Octal247643343011401643110765
Binary1010011111010011011100110001001100011101000110011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a734dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a734dc; }

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

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

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

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

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

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

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

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