#A829CC

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

Shades of Dark Orchid #A829CC

Tints of Dark Orchid #A829CC

Color information

#A829CC (or 0xA829CC) is unknown color: approx Dark Orchid. HEX triplet: A8, 29 and CC. RGB value is (168,41,204). Sum of RGB (Red+Green+Blue) = 168+41+204=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #A829CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A829CC is #57D633. Grayscale: #616161. Windows color (decimal): -5756468 or 13380008. OLE color: 13380008.

HSL color Cylindrical-coordinate representation of color #A829CC: hue angle of 286.75º 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 #A829CC is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16841204-
CMYK0.180.8000.2
HSL286.75º66.53%48.04%-
HSV(B)286.75º79.9%80%-
XYZ27.8414.2758.41-
YUV97.56188.08178.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 40.68%
GREEN value IS 41 (16.41% from 255) = 9.93%
BLUE value IS 204 (80.08% from 255) = 49.39%
R=40.68%
G=9.93%
B=49.39%

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
Decimal168412040.180.8000.2286.7566.5348.04
HexA829CC125001411f4330
Octal250513142212002443710360
Binary10101000101001110011001001010100000101001000111111000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A829CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A829CC; }

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

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

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

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

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

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

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

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