#A130C2

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

Shades of Dark Orchid #A130C2

Tints of Dark Orchid #A130C2

Color information

#A130C2 (or 0xA130C2) is unknown color: approx Dark Orchid. HEX triplet: A1, 30 and C2. RGB value is (161,48,194). Sum of RGB (Red+Green+Blue) = 161+48+194=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 194 (76.17% from 255 or 48.14% from 403); Max value from RGB is 194 - color contains mainly: blue. Hex color #A130C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A130C2 is #5ECF3D. Grayscale: #616161. Windows color (decimal): -6213438 or 12726433. OLE color: 12726433.

HSL color Cylindrical-coordinate representation of color #A130C2: hue angle of 286.44º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A130C2 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16148194-
CMYK0.170.7500.24
HSL286.44º60.33%47.45%-
HSV(B)286.44º75.26%76.08%-
XYZ25.4913.5952.32-
YUV98.43181.94172.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.95%
GREEN value IS 48 (19.14% from 255) = 11.91%
BLUE value IS 194 (76.17% from 255) = 48.14%
R=39.95%
G=11.91%
B=48.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161481940.170.7500.24286.4460.3347.45
HexA130C2114B01811e3c2f
Octal24160302211130304367457
Binary1010000111000011000010100011001011011000100011110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A130C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A130C2; }

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

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

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

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

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

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

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

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