#A244C6

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

Shades of Dark Orchid #A244C6

Tints of Dark Orchid #A244C6

Color information

#A244C6 (or 0xA244C6) is unknown color: approx Dark Orchid. HEX triplet: A2, 44 and C6. RGB value is (162,68,198). Sum of RGB (Red+Green+Blue) = 162+68+198=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 198 (77.73% from 255 or 46.26% from 428); Max value from RGB is 198 - color contains mainly: blue. Hex color #A244C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A244C6 is #5DBB39. Grayscale: #6E6E6E. Windows color (decimal): -6142778 or 12993698. OLE color: 12993698.

HSL color Cylindrical-coordinate representation of color #A244C6: hue angle of 283.38º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A244C6 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16268198-
CMYK0.180.6600.22
HSL283.38º53.28%52.16%-
HSV(B)283.38º65.66%77.65%-
XYZ27.1615.8955.06-
YUV110.93177.14164.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.85%
GREEN value IS 68 (26.95% from 255) = 15.89%
BLUE value IS 198 (77.73% from 255) = 46.26%
R=37.85%
G=15.89%
B=46.26%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162681980.180.6600.22283.3853.2852.16
HexA244C6124201611b3534
Octal242104306221020264336564
Binary10100010100010011000110100101000010010110100011011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A244C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A244C6; }

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

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

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

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

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

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

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

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