#A125C7

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

Shades of Dark Orchid #A125C7

Tints of Dark Orchid #A125C7

Color information

#A125C7 (or 0xA125C7) is unknown color: approx Dark Orchid. HEX triplet: A1, 25 and C7. RGB value is (161,37,199). Sum of RGB (Red+Green+Blue) = 161+37+199=397 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.55% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 199 (78.12% from 255 or 50.13% from 397); Max value from RGB is 199 - color contains mainly: blue. Hex color #A125C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A125C7 is #5EDA38. Grayscale: #5C5C5C. Windows color (decimal): -6216249 or 13051297. OLE color: 13051297.

HSL color Cylindrical-coordinate representation of color #A125C7: hue angle of 285.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A125C7 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16137199-
CMYK0.190.8100.22
HSL285.93º68.64%46.27%-
HSV(B)285.93º81.41%78.04%-
XYZ25.6713.0255.19-
YUV92.54188.08176.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 40.55%
GREEN value IS 37 (14.84% from 255) = 9.32%
BLUE value IS 199 (78.12% from 255) = 50.13%
R=40.55%
G=9.32%
B=50.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161371990.190.8100.22285.9368.6446.27
HexA125C7135101611e452e
Octal241453072312102643610556
Binary10100001100101110001111001110100010101101000111101000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A125C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A125C7; }

 p { color: rgb(161,37,199); }

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

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

 a { background-color: rgb(161,37,199); }

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

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

 span { border-color: rgb(161,37,199); }

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