#A226BC

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

Shades of Dark Orchid #A226BC

Tints of Dark Orchid #A226BC

Color information

#A226BC (or 0xA226BC) is unknown color: approx Dark Orchid. HEX triplet: A2, 26 and BC. RGB value is (162,38,188). Sum of RGB (Red+Green+Blue) = 162+38+188=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #A226BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A226BC is #5DD943. Grayscale: #5B5B5B. Windows color (decimal): -6150468 or 12330658. OLE color: 12330658.

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

Color convert

RGB16238188-
CMYK0.140.8000.26
HSL289.6º66.37%44.31%-
HSV(B)289.6º79.79%73.73%-
XYZ24.6712.748.73-
YUV92.18182.08177.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 38 (15.23% from 255) = 9.79%
BLUE value IS 188 (73.83% from 255) = 48.45%
R=41.75%
G=9.79%
B=48.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal162381880.140.8000.26289.666.3744.31
HexA226BCE5001A122422c
Octal242462741612003244210254
Binary1010001010011010111100111010100000110101001000101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A226BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A226BC; }

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

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

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

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

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

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

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

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