#A334BE

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

Shades of Dark Orchid #A334BE

Tints of Dark Orchid #A334BE

Color information

#A334BE (or 0xA334BE) is unknown color: approx Dark Orchid. HEX triplet: A3, 34 and BE. RGB value is (163,52,190). Sum of RGB (Red+Green+Blue) = 163+52+190=405 (53% of max value = 765). Red value is 163 (64.06% from 255 or 40.25% from 405); Green value is 52 (20.70% from 255 or 12.84% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #A334BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334BE is #5CCB41. Grayscale: #646464. Windows color (decimal): -6081346 or 12465315. OLE color: 12465315.

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

Color convert

RGB16352190-
CMYK0.140.7300.25
HSL288.26º57.02%47.45%-
HSV(B)288.26º72.63%74.51%-
XYZ25.6313.9650.06-
YUV100.92178.27172.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.25%
GREEN value IS 52 (20.70% from 255) = 12.84%
BLUE value IS 190 (74.61% from 255) = 46.91%
R=40.25%
G=12.84%
B=46.91%

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
Decimal163521900.140.7300.25288.2657.0247.45
HexA334BEE49019120392f
Octal24364276161110314407157
Binary101000111101001011111011101001001011001100100000111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A334BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A334BE; }

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

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

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

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

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

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

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

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