#A744CA

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

Shades of Dark Orchid #A744CA

Tints of Dark Orchid #A744CA

Color information

#A744CA (or 0xA744CA) is unknown color: approx Dark Orchid. HEX triplet: A7, 44 and CA. RGB value is (167,68,202). Sum of RGB (Red+Green+Blue) = 167+68+202=437 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.22% from 437); Green value is 68 (26.95% from 255 or 15.56% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #A744CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A744CA is #58BB35. Grayscale: #707070. Windows color (decimal): -5815094 or 13255847. OLE color: 13255847.

HSL color Cylindrical-coordinate representation of color #A744CA: hue angle of 284.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A744CA is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16768202-
CMYK0.170.6600.21
HSL284.33º55.83%52.94%-
HSV(B)284.33º66.34%79.22%-
XYZ28.6616.6157.57-
YUV112.88178.3166.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.22%
GREEN value IS 68 (26.95% from 255) = 15.56%
BLUE value IS 202 (79.30% from 255) = 46.22%
R=38.22%
G=15.56%
B=46.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal167682020.170.6600.21284.3355.8352.94
HexA744CA114201511c3835
Octal247104312211020254347065
Binary10100111100010011001010100011000010010101100011100111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A744CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A744CA; }

 p { color: rgb(167,68,202); }

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

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

 a { background-color: rgb(167,68,202); }

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

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

 span { border-color: rgb(167,68,202); }

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