#A228AC

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

Shades of Dark Orchid #A228AC

Tints of Dark Orchid #A228AC

Color information

#A228AC (or 0xA228AC) is unknown color: approx Dark Orchid. HEX triplet: A2, 28 and AC. RGB value is (162,40,172). Sum of RGB (Red+Green+Blue) = 162+40+172=374 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.32% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #A228AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A228AC is #5DD753. Grayscale: #5B5B5B. Windows color (decimal): -6149972 or 11282594. OLE color: 11282594.

HSL color Cylindrical-coordinate representation of color #A228AC: hue angle of 295.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A228AC is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16240172-
CMYK0.060.7700.33
HSL295.45º62.26%41.57%-
HSV(B)295.45º76.74%67.45%-
XYZ23.1112.1840.16-
YUV91.53173.42178.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.32%
GREEN value IS 40 (16.02% from 255) = 10.70%
BLUE value IS 172 (67.58% from 255) = 45.99%
R=43.32%
G=10.70%
B=45.99%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162401720.060.7700.33295.4562.2641.57
HexA228AC64D0211273e2a
Octal2425025461150414477652
Binary101000101010001010110011010011010100001100100111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A228AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A228AC; }

 p { color: rgb(162,40,172); }

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

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

 a { background-color: rgb(162,40,172); }

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

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

 span { border-color: rgb(162,40,172); }

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