#A244C9

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

Shades of Dark Orchid #A244C9

Tints of Dark Orchid #A244C9

Color information

#A244C9 (or 0xA244C9) is unknown color: approx Dark Orchid. HEX triplet: A2, 44 and C9. RGB value is (162,68,201). Sum of RGB (Red+Green+Blue) = 162+68+201=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 201 (78.91% from 255 or 46.64% from 431); Max value from RGB is 201 - color contains mainly: blue. Hex color #A244C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244C9 is #5DBB36. Grayscale: #6E6E6E. Windows color (decimal): -6142775 or 13190306. OLE color: 13190306.

HSL color Cylindrical-coordinate representation of color #A244C9: hue angle of 282.41º degrees, saturation: 0.55, 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 #A244C9 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16268201-
CMYK0.190.6600.21
HSL282.41º55.19%52.75%-
HSV(B)282.41º66.17%78.82%-
XYZ27.5116.0356.9-
YUV111.27178.64164.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.59%
GREEN value IS 68 (26.95% from 255) = 15.78%
BLUE value IS 201 (78.91% from 255) = 46.64%
R=37.59%
G=15.78%
B=46.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162682010.190.6600.21282.4155.1952.75
HexA244C9134201511a3735
Octal242104311231020254326765
Binary10100010100010011001001100111000010010101100011010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A244C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A244C9; }

 p { color: rgb(162,68,201); }

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

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

 a { background-color: rgb(162,68,201); }

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

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

 span { border-color: rgb(162,68,201); }

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