#A434C1

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

Shades of Dark Orchid #A434C1

Tints of Dark Orchid #A434C1

Color information

#A434C1 (or 0xA434C1) is unknown color: approx Dark Orchid. HEX triplet: A4, 34 and C1. RGB value is (164,52,193). Sum of RGB (Red+Green+Blue) = 164+52+193=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #A434C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434C1 is #5BCB3E. Grayscale: #656565. Windows color (decimal): -6015807 or 12661924. OLE color: 12661924.

HSL color Cylindrical-coordinate representation of color #A434C1: hue angle of 287.66º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A434C1 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16452193-
CMYK0.150.7300.24
HSL287.66º57.55%48.04%-
HSV(B)287.66º73.06%75.69%-
XYZ26.1614.251.81-
YUV101.56179.61172.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.10%
GREEN value IS 52 (20.70% from 255) = 12.71%
BLUE value IS 193 (75.78% from 255) = 47.19%
R=40.10%
G=12.71%
B=47.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal164521930.150.7300.24287.6657.5548.04
HexA434C1F490181203a30
Octal24464301171110304407260
Binary101001001101001100000111111001001011000100100000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A434C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A434C1; }

 p { color: rgb(164,52,193); }

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

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

 a { background-color: rgb(164,52,193); }

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

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

 span { border-color: rgb(164,52,193); }

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