#A434BF

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

Shades of Dark Orchid #A434BF

Tints of Dark Orchid #A434BF

Color information

#A434BF (or 0xA434BF) is unknown color: approx Dark Orchid. HEX triplet: A4, 34 and BF. RGB value is (164,52,191). Sum of RGB (Red+Green+Blue) = 164+52+191=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 52 (20.70% from 255 or 12.78% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #A434BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A434BF is #5BCB40. Grayscale: #646464. Windows color (decimal): -6015809 or 12530852. OLE color: 12530852.

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

Color convert

RGB16452191-
CMYK0.140.7300.25
HSL288.35º57.2%47.65%-
HSV(B)288.35º72.77%74.9%-
XYZ25.9414.1150.65-
YUV101.33178.61172.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.29%
GREEN value IS 52 (20.70% from 255) = 12.78%
BLUE value IS 191 (75% from 255) = 46.93%
R=40.29%
G=12.78%
B=46.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164521910.140.7300.25288.3557.247.65
HexA434BFE490191203930
Octal24464277161110314407160
Binary101001001101001011111111101001001011001100100000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A434BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A434BF; }

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

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

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

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

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

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

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

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