#A227BE

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

Shades of Dark Orchid #A227BE

Tints of Dark Orchid #A227BE

Color information

#A227BE (or 0xA227BE) is unknown color: approx Dark Orchid. HEX triplet: A2, 27 and BE. RGB value is (162,39,190). Sum of RGB (Red+Green+Blue) = 162+39+190=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #A227BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A227BE is #5DD841. Grayscale: #5C5C5C. Windows color (decimal): -6150210 or 12461986. OLE color: 12461986.

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

Color convert

RGB16239190-
CMYK0.150.7900.25
HSL288.87º65.94%44.9%-
HSV(B)288.87º79.47%74.51%-
XYZ24.9212.8549.88-
YUV92.99182.75177.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.43%
GREEN value IS 39 (15.62% from 255) = 9.97%
BLUE value IS 190 (74.61% from 255) = 48.59%
R=41.43%
G=9.97%
B=48.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162391900.150.7900.25288.8765.9444.9
HexA227BEF4F019121422d
Octal242472761711703144110255
Binary1010001010011110111110111110011110110011001000011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A227BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A227BE; }

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

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

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

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

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

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

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

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