#A224BC

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

Shades of Dark Orchid #A224BC

Tints of Dark Orchid #A224BC

Color information

#A224BC (or 0xA224BC) is unknown color: approx Dark Orchid. HEX triplet: A2, 24 and BC. RGB value is (162,36,188). Sum of RGB (Red+Green+Blue) = 162+36+188=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 36 (14.45% from 255 or 9.33% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #A224BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A224BC is #5DDB43. Grayscale: #5A5A5A. Windows color (decimal): -6150980 or 12330146. OLE color: 12330146.

HSL color Cylindrical-coordinate representation of color #A224BC: hue angle of 289.74º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A224BC is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16236188-
CMYK0.140.8100.26
HSL289.74º67.86%43.92%-
HSV(B)289.74º80.85%73.73%-
XYZ24.6112.5748.71-
YUV91182.74178.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 36 (14.45% from 255) = 9.33%
BLUE value IS 188 (73.83% from 255) = 48.70%
R=41.97%
G=9.33%
B=48.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162361880.140.8100.26289.7467.8643.92
HexA224BCE5101A122442c
Octal242442741612103244210454
Binary1010001010010010111100111010100010110101001000101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A224BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A224BC; }

 p { color: rgb(162,36,188); }

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

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

 a { background-color: rgb(162,36,188); }

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

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

 span { border-color: rgb(162,36,188); }

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