#A223AB

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

Shades of Dark Orchid #A223AB

Tints of Dark Orchid #A223AB

Color information

#A223AB (or 0xA223AB) is unknown color: approx Dark Orchid. HEX triplet: A2, 23 and AB. RGB value is (162,35,171). Sum of RGB (Red+Green+Blue) = 162+35+171=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 35 (14.06% from 255 or 9.51% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #A223AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A223AB is #5DDC54. Grayscale: #585858. Windows color (decimal): -6151253 or 11215778. OLE color: 11215778.

HSL color Cylindrical-coordinate representation of color #A223AB: hue angle of 296.03º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A223AB is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16235171-
CMYK0.050.8000.33
HSL296.03º66.02%40.39%-
HSV(B)296.03º79.53%67.06%-
XYZ22.8511.8239.61-
YUV88.48174.58180.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 35 (14.06% from 255) = 9.51%
BLUE value IS 171 (67.19% from 255) = 46.47%
R=44.02%
G=9.51%
B=46.47%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162351710.050.8000.33296.0366.0240.39
HexA223AB5500211284228
Octal24243253512004145010250
Binary1010001010001110101011101101000001000011001010001000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A223AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A223AB; }

 p { color: rgb(162,35,171); }

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

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

 a { background-color: rgb(162,35,171); }

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

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

 span { border-color: rgb(162,35,171); }

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