#A130B5

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

Shades of Dark Orchid #A130B5

Tints of Dark Orchid #A130B5

Color information

#A130B5 (or 0xA130B5) is unknown color: approx Dark Orchid. HEX triplet: A1, 30 and B5. RGB value is (161,48,181). Sum of RGB (Red+Green+Blue) = 161+48+181=390 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.28% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 181 (71.09% from 255 or 46.41% from 390); Max value from RGB is 181 - color contains mainly: blue. Hex color #A130B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130B5 is #5ECF4A. Grayscale: #606060. Windows color (decimal): -6213451 or 11874465. OLE color: 11874465.

HSL color Cylindrical-coordinate representation of color #A130B5: hue angle of 290.98º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A130B5 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16148181-
CMYK0.110.7300.29
HSL290.98º58.08%44.9%-
HSV(B)290.98º73.48%70.98%-
XYZ24.113.0344.96-
YUV96.95175.44173.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.28%
GREEN value IS 48 (19.14% from 255) = 12.31%
BLUE value IS 181 (71.09% from 255) = 46.41%
R=41.28%
G=12.31%
B=46.41%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161481810.110.7300.29290.9858.0844.9
HexA130B5B4901D1233a2d
Octal24160265131110354437255
Binary101000011100001011010110111001001011101100100011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A130B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A130B5; }

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

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

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

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

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

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

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

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