#A22FBE

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

Shades of Dark Orchid #A22FBE

Tints of Dark Orchid #A22FBE

Color information

#A22FBE (or 0xA22FBE) is unknown color: approx Dark Orchid. HEX triplet: A2, 2F and BE. RGB value is (162,47,190). Sum of RGB (Red+Green+Blue) = 162+47+190=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 47 (18.75% from 255 or 11.78% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #A22FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22FBE is #5DD041. Grayscale: #616161. Windows color (decimal): -6148162 or 12464034. OLE color: 12464034.

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

Color convert

RGB16247190-
CMYK0.150.7500.25
HSL288.25º60.34%46.47%-
HSV(B)288.25º75.26%74.51%-
XYZ25.2113.4349.98-
YUV97.69180.1173.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.60%
GREEN value IS 47 (18.75% from 255) = 11.78%
BLUE value IS 190 (74.61% from 255) = 47.62%
R=40.60%
G=11.78%
B=47.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162471900.150.7500.25288.2560.3446.47
HexA22FBEF4B0191203c2e
Octal24257276171130314407456
Binary101000101011111011111011111001011011001100100000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22FBE; }

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

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

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

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

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

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

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

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