#A729CC

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

Shades of Dark Orchid #A729CC

Tints of Dark Orchid #A729CC

Color information

#A729CC (or 0xA729CC) is unknown color: approx Dark Orchid. HEX triplet: A7, 29 and CC. RGB value is (167,41,204). Sum of RGB (Red+Green+Blue) = 167+41+204=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 41 (16.41% from 255 or 9.95% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #A729CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A729CC is #58D633. Grayscale: #606060. Windows color (decimal): -5822004 or 13380007. OLE color: 13380007.

HSL color Cylindrical-coordinate representation of color #A729CC: hue angle of 286.38º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A729CC is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16741204-
CMYK0.180.8000.2
HSL286.38º66.53%48.04%-
HSV(B)286.38º79.9%80%-
XYZ27.6314.1658.4-
YUV97.26188.24177.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 41 (16.41% from 255) = 9.95%
BLUE value IS 204 (80.08% from 255) = 49.51%
R=40.53%
G=9.95%
B=49.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal167412040.180.8000.2286.3866.5348.04
HexA729CC125001411e4330
Octal247513142212002443610360
Binary10100111101001110011001001010100000101001000111101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A729CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A729CC; }

 p { color: rgb(167,41,204); }

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

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

 a { background-color: rgb(167,41,204); }

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

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

 span { border-color: rgb(167,41,204); }

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