#A130AA

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

Shades of Dark Orchid #A130AA

Tints of Dark Orchid #A130AA

Color information

#A130AA (or 0xA130AA) is unknown color: approx Dark Orchid. HEX triplet: A1, 30 and AA. RGB value is (161,48,170). Sum of RGB (Red+Green+Blue) = 161+48+170=379 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.48% from 379); Green value is 48 (19.14% from 255 or 12.66% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #A130AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A130AA is #5ECF55. Grayscale: #5F5F5F. Windows color (decimal): -6213462 or 11153569. OLE color: 11153569.

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

Color convert

RGB16148170-
CMYK0.050.7200.33
HSL295.57º55.96%42.75%-
HSV(B)295.57º71.76%66.67%-
XYZ23.0112.5939.25-
YUV95.7169.94174.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.48%
GREEN value IS 48 (19.14% from 255) = 12.66%
BLUE value IS 170 (66.80% from 255) = 44.85%
R=42.48%
G=12.66%
B=44.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161481700.050.7200.33295.5755.9642.75
HexA130AA548021128382b
Octal2416025251100414507053
Binary101000011100001010101010110010000100001100101000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A130AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A130AA; }

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

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

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

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

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

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

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

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