#A337AB

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

Shades of Dark Orchid #A337AB

Tints of Dark Orchid #A337AB

Color information

#A337AB (or 0xA337AB) is unknown color: approx Dark Orchid. HEX triplet: A3, 37 and AB. RGB value is (163,55,171). Sum of RGB (Red+Green+Blue) = 163+55+171=389 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.90% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #A337AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A337AB is #5CC854. Grayscale: #646464. Windows color (decimal): -6080597 or 11220899. OLE color: 11220899.

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

Color convert

RGB16355171-
CMYK0.050.6800.33
HSL295.86º51.33%44.31%-
HSV(B)295.86º67.84%67.06%-
XYZ23.8213.4639.87-
YUV100.52167.78172.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 41.90%
GREEN value IS 55 (21.88% from 255) = 14.14%
BLUE value IS 171 (67.19% from 255) = 43.96%
R=41.90%
G=14.14%
B=43.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal163551710.050.6800.33295.8651.3344.31
HexA337AB544021128332c
Octal2436725351040414506354
Binary101000111101111010101110110001000100001100101000110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A337AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A337AB; }

 p { color: rgb(163,55,171); }

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

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

 a { background-color: rgb(163,55,171); }

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

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

 span { border-color: rgb(163,55,171); }

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