#A334E3

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

Shades of Dark Orchid #A334E3

Tints of Dark Orchid #A334E3

Color information

#A334E3 (or 0xA334E3) is unknown color: approx Dark Orchid. HEX triplet: A3, 34 and E3. RGB value is (163,52,227). Sum of RGB (Red+Green+Blue) = 163+52+227=442 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.88% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 227 (89.06% from 255 or 51.36% from 442); Max value from RGB is 227 - color contains mainly: blue. Hex color #A334E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A334E3 is #5CCB1C. Grayscale: #686868. Windows color (decimal): -6081309 or 14890147. OLE color: 14890147.

HSL color Cylindrical-coordinate representation of color #A334E3: hue angle of 278.06º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A334E3 is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16352227-
CMYK0.280.7700.11
HSL278.06º75.76%54.71%-
HSV(B)278.06º77.09%89.02%-
XYZ30.215.7974.13-
YUV105.14196.77169.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.88%
GREEN value IS 52 (20.70% from 255) = 11.76%
BLUE value IS 227 (89.06% from 255) = 51.36%
R=36.88%
G=11.76%
B=51.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163522270.280.7700.11278.0675.7654.71
HexA334E31C4D0B1164c37
Octal243643433411501342611467
Binary1010001111010011100011111001001101010111000101101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A334E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A334E3; }

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

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

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

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

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

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

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

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