#A131CA

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

Shades of Dark Orchid #A131CA

Tints of Dark Orchid #A131CA

Color information

#A131CA (or 0xA131CA) is unknown color: approx Dark Orchid. HEX triplet: A1, 31 and CA. RGB value is (161,49,202). Sum of RGB (Red+Green+Blue) = 161+49+202=412 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.08% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #A131CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131CA is #5ECE35. Grayscale: #636363. Windows color (decimal): -6213174 or 13250977. OLE color: 13250977.

HSL color Cylindrical-coordinate representation of color #A131CA: hue angle of 283.92º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A131CA is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16149202-
CMYK0.200.7600.21
HSL283.92º60.96%49.22%-
HSV(B)283.92º75.74%79.22%-
XYZ26.4614.0457.19-
YUV99.93185.61171.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.08%
GREEN value IS 49 (19.53% from 255) = 11.89%
BLUE value IS 202 (79.30% from 255) = 49.03%
R=39.08%
G=11.89%
B=49.03%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161492020.200.7600.21283.9260.9649.22
HexA131CA144C01511c3d31
Octal24161312241140254347561
Binary1010000111000111001010101001001100010101100011100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A131CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A131CA; }

 p { color: rgb(161,49,202); }

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

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

 a { background-color: rgb(161,49,202); }

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

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

 span { border-color: rgb(161,49,202); }

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