#A127C3

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

Shades of Dark Orchid #A127C3

Tints of Dark Orchid #A127C3

Color information

#A127C3 (or 0xA127C3) is unknown color: approx Dark Orchid. HEX triplet: A1, 27 and C3. RGB value is (161,39,195). Sum of RGB (Red+Green+Blue) = 161+39+195=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 39 (15.62% from 255 or 9.87% from 395); Blue value is 195 (76.56% from 255 or 49.37% from 395); Max value from RGB is 195 - color contains mainly: blue. Hex color #A127C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A127C3 is #5ED83C. Grayscale: #5C5C5C. Windows color (decimal): -6215741 or 12789665. OLE color: 12789665.

HSL color Cylindrical-coordinate representation of color #A127C3: hue angle of 286.92º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A127C3 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16139195-
CMYK0.170.8000.24
HSL286.92º66.67%45.88%-
HSV(B)286.92º80%76.47%-
XYZ25.2712.9752.8-
YUV93.26185.42176.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.76%
GREEN value IS 39 (15.62% from 255) = 9.87%
BLUE value IS 195 (76.56% from 255) = 49.37%
R=40.76%
G=9.87%
B=49.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161391950.170.8000.24286.9266.6745.88
HexA127C3115001811f432e
Octal241473032112003043710356
Binary10100001100111110000111000110100000110001000111111000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A127C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A127C3; }

 p { color: rgb(161,39,195); }

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

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

 a { background-color: rgb(161,39,195); }

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

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

 span { border-color: rgb(161,39,195); }

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