#A43EBE

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

Shades of Dark Orchid #A43EBE

Tints of Dark Orchid #A43EBE

Color information

#A43EBE (or 0xA43EBE) is unknown color: approx Dark Orchid. HEX triplet: A4, 3E and BE. RGB value is (164,62,190). Sum of RGB (Red+Green+Blue) = 164+62+190=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 190 (74.61% from 255 or 45.67% from 416); Max value from RGB is 190 - color contains mainly: blue. Hex color #A43EBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43EBE is #5BC141. Grayscale: #6A6A6A. Windows color (decimal): -6013250 or 12467876. OLE color: 12467876.

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

Color convert

RGB16462190-
CMYK0.140.6700.25
HSL287.81º50.79%49.41%-
HSV(B)287.81º67.37%74.51%-
XYZ26.3315.0650.23-
YUV107.09174.79168.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.42%
GREEN value IS 62 (24.61% from 255) = 14.90%
BLUE value IS 190 (74.61% from 255) = 45.67%
R=39.42%
G=14.90%
B=45.67%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164621900.140.6700.25287.8150.7949.41
HexA43EBEE430191203331
Octal24476276161030314406361
Binary101001001111101011111011101000011011001100100000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A43EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A43EBE; }

 p { color: rgb(164,62,190); }

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

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

 a { background-color: rgb(164,62,190); }

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

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

 span { border-color: rgb(164,62,190); }

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