#A134AA

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

Shades of Dark Orchid #A134AA

Tints of Dark Orchid #A134AA

Color information

#A134AA (or 0xA134AA) is unknown color: approx Dark Orchid. HEX triplet: A1, 34 and AA. RGB value is (161,52,170). Sum of RGB (Red+Green+Blue) = 161+52+170=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #A134AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A134AA is #5ECB55. Grayscale: #616161. Windows color (decimal): -6212438 or 11154593. OLE color: 11154593.

HSL color Cylindrical-coordinate representation of color #A134AA: hue angle of 295.42º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A134AA is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16152170-
CMYK0.050.6900.33
HSL295.42º53.15%43.53%-
HSV(B)295.42º69.41%66.67%-
XYZ23.1812.9439.31-
YUV98.04168.61172.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 52 (20.70% from 255) = 13.58%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=42.04%
G=13.58%
B=44.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161521700.050.6900.33295.4253.1543.53
HexA134AA545021127352c
Octal2416425251050414476554
Binary101000011101001010101010110001010100001100100111110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A134AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A134AA; }

 p { color: rgb(161,52,170); }

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

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

 a { background-color: rgb(161,52,170); }

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

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

 span { border-color: rgb(161,52,170); }

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