#A334BF

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

Shades of Dark Orchid #A334BF

Tints of Dark Orchid #A334BF

Color information

#A334BF (or 0xA334BF) is unknown color: approx Dark Orchid. HEX triplet: A3, 34 and BF. RGB value is (163,52,191). Sum of RGB (Red+Green+Blue) = 163+52+191=406 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.15% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: blue. Hex color #A334BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334BF is #5CCB40. Grayscale: #646464. Windows color (decimal): -6081345 or 12530851. OLE color: 12530851.

HSL color Cylindrical-coordinate representation of color #A334BF: hue angle of 287.91º 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 #A334BF is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16352191-
CMYK0.150.7300.25
HSL287.91º57.2%47.65%-
HSV(B)287.91º72.77%74.9%-
XYZ25.741450.64-
YUV101.04178.77172.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.15%
GREEN value IS 52 (20.70% from 255) = 12.81%
BLUE value IS 191 (75% from 255) = 47.04%
R=40.15%
G=12.81%
B=47.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal163521910.150.7300.25287.9157.247.65
HexA334BFF490191203930
Octal24364277171110314407160
Binary101000111101001011111111111001001011001100100000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A334BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A334BF; }

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

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

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

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

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

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

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

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