#A226BE

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

Shades of Dark Orchid #A226BE

Tints of Dark Orchid #A226BE

Color information

#A226BE (or 0xA226BE) is unknown color: approx Dark Orchid. HEX triplet: A2, 26 and BE. RGB value is (162,38,190). Sum of RGB (Red+Green+Blue) = 162+38+190=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 38 (15.23% from 255 or 9.74% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #A226BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A226BE is #5DD941. Grayscale: #5B5B5B. Windows color (decimal): -6150466 or 12461730. OLE color: 12461730.

HSL color Cylindrical-coordinate representation of color #A226BE: hue angle of 288.95º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A226BE is Cyan = 0.15, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16238190-
CMYK0.150.800.25
HSL288.95º66.67%44.71%-
HSV(B)288.95º80%74.51%-
XYZ24.8912.7949.87-
YUV92.4183.08177.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.54%
GREEN value IS 38 (15.23% from 255) = 9.74%
BLUE value IS 190 (74.61% from 255) = 48.72%
R=41.54%
G=9.74%
B=48.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162381900.150.800.25288.9566.6744.71
HexA226BEF50019121432d
Octal242462761712003144110355
Binary1010001010011010111110111110100000110011001000011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A226BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A226BE; }

 p { color: rgb(162,38,190); }

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

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

 a { background-color: rgb(162,38,190); }

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

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

 span { border-color: rgb(162,38,190); }

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