#A228BB

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

Shades of Dark Orchid #A228BB

Tints of Dark Orchid #A228BB

Color information

#A228BB (or 0xA228BB) is unknown color: approx Dark Orchid. HEX triplet: A2, 28 and BB. RGB value is (162,40,187). Sum of RGB (Red+Green+Blue) = 162+40+187=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #A228BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A228BB is #5DD744. Grayscale: #5C5C5C. Windows color (decimal): -6149957 or 12265634. OLE color: 12265634.

HSL color Cylindrical-coordinate representation of color #A228BB: hue angle of 289.8º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A228BB is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16240187-
CMYK0.130.7900.27
HSL289.8º64.76%44.51%-
HSV(B)289.8º78.61%73.33%-
XYZ24.6312.7948.18-
YUV93.24180.92177.05-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 40 (16.02% from 255) = 10.28%
BLUE value IS 187 (73.44% from 255) = 48.07%
R=41.65%
G=10.28%
B=48.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal162401870.130.7900.27289.864.7644.51
HexA228BBD4F01B122412d
Octal242502731511703344210155
Binary1010001010100010111011110110011110110111001000101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A228BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A228BB; }

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

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

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

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

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

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

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

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