#a728c4

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

Shades of Dark Orchid #A728C4

Tints of Dark Orchid #A728C4

Color information

#A728C4 (or 0xA728C4) is unknown color: approx Dark Orchid. HEX triplet: A7, 28 and C4. RGB value is (167,40,196). Sum of RGB (Red+Green+Blue) = 167+40+196=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 196 (76.95% from 255 or 48.64% from 403); Max value from RGB is 196 - color contains mainly: blue. Hex color #A728C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A728C4 is #58D73B. Grayscale: #5F5F5F. Windows color (decimal): -5822268 or 12855463. OLE color: 12855463.

HSL color Cylindrical-coordinate representation of color #A728C4: hue angle of 288.85º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A728C4 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16740196-
CMYK0.150.8000.23
HSL288.85º66.1%46.27%-
HSV(B)288.85º79.59%76.86%-
XYZ26.6613.7253.47-
YUV95.76184.58178.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 41.44%
GREEN value IS 40 (16.02% from 255) = 9.93%
BLUE value IS 196 (76.95% from 255) = 48.64%
R=41.44%
G=9.93%
B=48.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal167401960.150.8000.23288.8566.146.27
HexA728C4F50017121422e
Octal247503041712002744110256
Binary1010011110100011000100111110100000101111001000011000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a728c4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a728c4; }

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

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

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

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

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

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

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

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