#A944C5

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

Shades of Dark Orchid #A944C5

Tints of Dark Orchid #A944C5

Color information

#A944C5 (or 0xA944C5) is unknown color: approx Dark Orchid. HEX triplet: A9, 44 and C5. RGB value is (169,68,197). Sum of RGB (Red+Green+Blue) = 169+68+197=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #A944C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A944C5 is #56BB3A. Grayscale: #707070. Windows color (decimal): -5684027 or 12928169. OLE color: 12928169.

HSL color Cylindrical-coordinate representation of color #A944C5: hue angle of 286.98º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A944C5 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16968197-
CMYK0.140.6500.23
HSL286.98º52.65%51.96%-
HSV(B)286.98º65.48%77.25%-
XYZ28.5116.654.53-
YUV112.9175.46168.01-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.94%
GREEN value IS 68 (26.95% from 255) = 15.67%
BLUE value IS 197 (77.34% from 255) = 45.39%
R=38.94%
G=15.67%
B=45.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal169681970.140.6500.23286.9852.6551.96
HexA944C5E4101711f3534
Octal251104305161010274376564
Binary1010100110001001100010111101000001010111100011111110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A944C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A944C5; }

 p { color: rgb(169,68,197); }

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

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

 a { background-color: rgb(169,68,197); }

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

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

 span { border-color: rgb(169,68,197); }

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