#A42CBE

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

Shades of Dark Orchid #A42CBE

Tints of Dark Orchid #A42CBE

Color information

#A42CBE (or 0xA42CBE) is unknown color: approx Dark Orchid. HEX triplet: A4, 2C and BE. RGB value is (164,44,190). Sum of RGB (Red+Green+Blue) = 164+44+190=398 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.21% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #A42CBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A42CBE is #5BD341. Grayscale: #606060. Windows color (decimal): -6017858 or 12463268. OLE color: 12463268.

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

Color convert

RGB16444190-
CMYK0.140.7700.25
HSL289.32º62.39%45.88%-
HSV(B)289.32º76.84%74.51%-
XYZ25.513.4149.96-
YUV96.52180.76176.13-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.21%
GREEN value IS 44 (17.58% from 255) = 11.06%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=41.21%
G=11.06%
B=47.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164441900.140.7700.25289.3262.3945.88
HexA42CBEE4D0191213e2e
Octal24454276161150314417656
Binary101001001011001011111011101001101011001100100001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A42CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A42CBE; }

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

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

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

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

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

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

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

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